I am migrating from React table V6 to @tanstack/react-table V8. I am able to migrate the basic functionality like sorting, filtering and column resizing etc.
Previously I was using "react-table-hoc-fixed-columns"(https://www.npmjs.com/package/react-table-hoc-fixed-columns) to fix certain columns.
I have spent large chunk of my time going through source code. Here are my findings:
- There is hook version of same hoc react-table-sticky for React-table version V7.
- I have also looked at the source code of this hook, but I am unable to find a way to inject the styling like react-table-sticky package do.
If someone encountered this problem or have any advice how can I make it work in @tanstack/react-table v8.