nick-tw
nick-tw
Having the same issue. Why is this closed? Should I create a new ticket?
Having the same issue.
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, }, `