react-table-library
react-table-library copied to clipboard
Deleting a column is causing problems on the table
Hi there,
I'm following this example in order to delete a column instead of a row.
https://react-table-library.com/?path=/docs/crud--delete
For some reason, I'm getting a weird table style after removing one column. I'm planning to remove the column from the array instead of using the hide property.
Any idea?
Thanks!
All I have isolated this is the --data-table-library_grid-template-columns property on the style attribute of the top level table element. It updates correctly on adding columns, but not for deletion.
Still digging.