Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added scrollPhysics to data_table_2 #290

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jbournonville
Copy link
Contributor

@jbournonville jbournonville commented Jul 10, 2024

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.

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 is not fully displayed. This addition can be particularly beneficial when used in combination with the RefreshIndicator.
@jbournonville
Copy link
Contributor Author

jbournonville commented Jul 10, 2024

Hello @maxim-saplin,

Can you take a look ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants