triggers daisyui table but what if I want tailwindcss table ?
Tailwindcss doesn’t have a css class .table. Do you mean the table component that shipped in the old core_components.ex file? That one should continue to work.
There still is a .table class in tailwind. It sets display: table though, which is the default for <table> elements anyways. No need to set that manually.