facebookarchive / fixed-data-table

A React table component designed to allow presenting thousands of rows of data.
http://facebook.github.io/fixed-data-table/
Other
4.3k stars 553 forks source link

Advice on touch support for column resizing #404

Open dcoales opened 8 years ago

dcoales commented 8 years ago

I've managed to get touch scrolling working (since scrollTop and scrollLeft were made available as props) and would now like to get touch column resizing working but am having less joy. Has anyone done this or have any advice.