Tanstack V8 header text disappears on sort
Hi guys, I'm using tanstack V8 table and I'm facing an issue where the 6th column header disappears when I try to apply any sorting to it
columnDef for 6th column. FYI all columns are the same structure as below
{
header: 'Status",
accessorKey: 'job_status'
}
The main issue is that I'm seeing this working fine in local. Header disappears on prod. For some reason the css "display: none;" is being set. Through code I'm not able to add an !important css tag to force it not to set a display none. Can anyone help me debug this pls
1 Reply
optimistic-gold•2y ago
That would be your own CSS's fault, and with no code, no way we can help