-
Notifications
You must be signed in to change notification settings - Fork 27.8k
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
Proposal to provide option to adjust height of its container of PaginatedDataTable #87349
Comments
@Josua2012 |
It simply consists of the PaginatedDataTable widget being adjusted to the height of its container, now the component adjusts according to the rows it contains. |
@Josua2012 |
This is one of the problems (point #3), the header of the columns must remain fixed and always be visible, but also the height of the PaginatedDataTable, whether or not it has rows, its area must be able to expand to the full height of the widget that contains it. For example, if an expanded is used it should take all the available height. |
This issue is missing a priority label. Please set a priority label when adding the |
This sounds like a reasonable suggestion, happy to review a PR. |
Hi!
The PaginatedDataTable widget should have the option to take the full height of the display area and be able to put the header row fixed.
Now that Flutter has web and desktop support, the logical and correct thing is that the table, if desired, be adjusted to the height and size of the window in which it is located.
Regards,
The text was updated successfully, but these errors were encountered: