nick-tw

Results 4 comments of nick-tw

It seems that the scrollview example in the repo doesn't work either. iOS 17 broke it possibly.

you have `const table = useReactTable({ defaultData, columns, state: { columnPinning, }` try this instead: ` const table = useReactTable({ data:defaultData, columns, state: { columnPinning, }, `