React9k / react-timeline-9000

React Timeline
http://react-timeline-9000.s3-website-ap-southeast-2.amazonaws.com/
MIT License
288 stars 36 forks source link

Freeze Rows / Float Rows in the timeline #192

Open bendog opened 4 years ago

bendog commented 4 years ago

There's been a request to add the ability to freeze rows. I've had a look at the react-virtualized docs and it seems they don't explicitly support this, however you can use scroll sync + grid to achieve a similar effect. I haven't worked out how, to be honest this level of front end dev is far above anything i've worked with before.

Any advice on how to proceed?