compose-data-table icon indicating copy to clipboard operation
compose-data-table copied to clipboard

Allow scrolling horizontally

Open hasanelfalakiy opened this issue 1 year ago • 2 comments

Can the table be scrolled horizontally?

hasanelfalakiy avatar Sep 16 '24 06:09 hasanelfalakiy

Currently, no. It's something I plan to implement eventually. It should be relatively simple to add to the state.

sproctor avatar Sep 17 '24 13:09 sproctor

Currently, no. It's something I plan to implement eventually. It should be relatively simple to add to the state.

okay

hasanelfalakiy avatar Sep 17 '24 14:09 hasanelfalakiy

This is implemented in commit 39304f654ad8d7ff7829a9130561aaad3ff554cf and it will be in the next release.

sproctor avatar Oct 15 '24 03:10 sproctor

While this appears to be possible as per the updated demo, it appears the glue code required to wrap this library's scrolling states hasn't actually been included with the library, and only exists in the demo - these functions and their platform-specific implementations, for example.

Is there any chance this will be changed?

gdude2002 avatar Feb 07 '25 14:02 gdude2002