What is the "size"'s unit?
In the docs https://tanstack.com/table/v8/docs/api/features/column-sizing, I'm not sure what the numbers are supposed to mean?
2 Replies
extended-salmonOP•3y ago
I am also having an issue where the table is ignoring what I pass into
size
and keeps returning 20
for header.getSize()
extended-salmonOP•3y ago
https://github.com/TanStack/table/discussions/3947 - looks like a bug?
GitHub
getSize returning the wrong value? · Discussion #3947 · TanStack/ta...
Hey, @tannerlinsley! Awesome working, I'm migrating a table from v7 to v8 and I'm finding it way better both in terms of API and performance! I'm trying to make a table wher...