react-table-library icon indicating copy to clipboard operation
react-table-library copied to clipboard

Deleting a column is causing problems on the table

Open impauloalves opened this issue 2 years ago • 1 comments

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!

impauloalves avatar Sep 13 '23 17:09 impauloalves

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.

csrudolflai avatar Jan 17 '24 10:01 csrudolflai