v7 to v8 useFlexlayout equivalent
Is there any equivalent for the useFlexlayout of the v7 of react-table?
3 Replies
quickest-silver•3y ago
I would also be interested in this
foreign-sapphire•3y ago
I'm also looking for something like this. @costa and @shreake what did you end up doing?
No answer on https://github.com/TanStack/table/discussions/4442 either.
xenial-blackOP•3y ago
Super unpolished @IanVS that was just for discussion, but ended up doing something like this in the Neo4j's component library.
https://codesandbox.io/s/react-table-8-full-width-5id1g6?file=/src/main.tsx
Basically used a display grid, and a
div
approach. Not sure though if it helps you, but the space allocation (if you see the last column) works as expected