T
TanStack4y ago
ratty-blush

v7 to v8 useFlexlayout equivalent

Is there any equivalent for the useFlexlayout of the v7 of react-table?
3 Replies
absent-sapphire
absent-sapphire4y ago
I would also be interested in this
eastern-cyan
eastern-cyan3y 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-blush
ratty-blushOP3y 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

Did you find this page helpful?