T
TanStack13mo ago
flat-fuchsia

Table Virtualiser with Resize Full width

Hey all, I have been struggling for two days to try and create a table whose columns stretch to full the available space of the table as seen in this example: https://tanstack.com/table/v8/docs/framework/react/examples/full-width-resizable-table And merge this capability with of the table virtualiser as seen in this: https://tanstack.com/table/v8/docs/framework/react/examples/virtualized-rows I cant get the css to work correctly and run into all sorts of styling overlap issues and even render issues based on the rowVirtualizer.getTotalSize() function. Does anyone know of a demo or product using these two examples in which I can learn from. I am seriously struggling with this one, works no problem when using fixed initial sizes for the columns. I saw a solution here: https://github.com/TanStack/table/discussions/3634, but I am using v8 of tanstack table. Thanks in advance!
React TanStack Table Full Width Resizable Table Example | TanStack ...
An example showing how to implement Full Width Resizable Table in React using TanStack Table.
React TanStack Table Virtualized Rows Example | TanStack Table Docs
An example showing how to implement Virtualized Rows in React using TanStack Table.
GitHub
Full Width Resizable Table + Virtualized Rows (React-Window) | Is i...
Hey guys! I am struggling to combine the functionality of the Full Width Resizable Table example with Virtualized Rows (React-Window) example The problem, that I have is that header columns and bod...
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?