v7 to v8 useFlexlayout equivalent
Is there any equivalent for the useFlexlayout of the v7 of react-table?
3 Replies
absent-sapphire•4y ago
I would also be interested in this
eastern-cyan•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.
ratty-blushOP•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