Flutter Scroll 3 Items, 2 vertical and other 2 horiznotal
So the problem I have is complex, and sadly I can’t use another design/layout.
I have tree items in my layout: Header, Table and Footer. The Header has a fixed height and the width of the screen. The Table has a dynamic height and a fixed width wider than the screen. The footer has a fixed height and the same width as the table.
How to make a PaginatedDataTable have two scroll bars vertical and horizontal on Flutter web?
I have a paginated data table and i’m trying to make it scrollable with scrollbars on Flutter web vertical and horizontal.