react-redux-grid
react-redux-grid copied to clipboard
Question: Horizontal scrolling
Hi all, is it possible to enable horizontal scrolling? My table has about hundred columns.
Thanks Torsten
Yeahhhhh, this has been a feature I've been thinking about for a while. It's something that should definitely be added -- it's just tough. I changes the way we determine the widths of columns, how drag resize works, and how the fixed-header component works as well.
I'm going to label this as help wanted for now, but I think there's no way to do this without making it a breaking change. I'm cool with that, it's just to probably require an overhaul of how the component works today.