Tailwind Responsive Tables (and how does flexRender work?)
Hi guys,
so i feel like this is a pretty simple question
in my ColDef i can create headers and cells with a responsive tag:
and this works fine, except the table width wont change because the
so i feel like this is a pretty simple question
in my ColDef i can create headers and cells with a responsive tag:
and this works fine, except the table width wont change because the
<th> is also rendered by the TableComponent at the level above. and if i delete that I get an error. How can I collapse one of them? 