GuillaumeJasmin / react-table-sticky

Sticky hook for react-table v7
MIT License
189 stars 21 forks source link

Stick columns from any position #41

Open ViieeS opened 3 years ago

ViieeS commented 3 years ago

Take a look on my branch. I changed the logic to stick columns from any position, not only from far left/right. I use it with useFlex hook, it works like charm. However, needs to update tests and demo.