T
TanStack3y ago
xenial-black

v7 to v8 useFlexlayout equivalent

Is there any equivalent for the useFlexlayout of the v7 of react-table?
3 Replies
quickest-silver
quickest-silver3y ago
I would also be interested in this
foreign-sapphire
foreign-sapphire3y 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-black
xenial-blackOP3y 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?