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
202 stars 135 forks source link

Added scrollPhysics to data_table_2 #290

Open jbournonville opened 1 month ago

jbournonville commented 1 month ago

In this update, the scrollPhysics property has been added to the SingleChildScrollView in data_table_2.dart file. This new feature enhances the usability of the table view, by allowing data rows to be scrollable vertically even if the table view don't need to be scrollable to display all rows. This addition can be particularly beneficial when used in combination with the RefreshIndicator.

jbournonville commented 1 month ago

Hello @maxim-saplin,

Can you take a look ?