maxim-saplin / data_table_2

In-place substitute for Flutter's DataTable and PaginatedDataTable with fixed/sticky header and extra features
https://pub.dev/packages/data_table_2
BSD 3-Clause "New" or "Revised" License
203 stars 140 forks source link

Can we lock the scrolling to only Horizontal and Vertical? Not diagonal #209

Closed aytunch closed 1 year ago

aytunch commented 1 year ago

I want the contect of the data table to be scrolled only on horizontal and vertical axis. Right now a user can scroll in any direction possible (e.g diagonal) Is there a way to lock this?

maxim-saplin commented 1 year ago

At the moment there's no diagonal scrolling, when a user starts scrolling it is either vertical or horizontal, not both