dohooo / react-native-table-component

🌱Build table for react native
MIT License
731 stars 188 forks source link

How would I freeze both the first row and first column? #71

Closed jsochurek closed 5 years ago

jsochurek commented 5 years ago

Example 3 works great for freezing the first row, but I'm not sure if my case can be done using this library. Linking the scrollviews onScroll events is usually not a smooth solution, and that's the only way I can think of doing this

ZoharLiran commented 2 years ago

did you find a solution for this? I'm thinking about how to create this as well