Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleting a column is causing problems on the table #134

Open
impauloalves opened this issue Sep 13, 2023 · 1 comment
Open

Deleting a column is causing problems on the table #134

impauloalves opened this issue Sep 13, 2023 · 1 comment

Comments

@impauloalves
Copy link

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!

@csrudolflai
Copy link

csrudolflai commented Jan 17, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants