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

Horizontal scroll issue #242

Closed crazycoder534 closed 8 months ago

crazycoder534 commented 9 months ago

data in cells and columns are in multiline due to table try to to display itself on page without horizontal scroll. if i don't provide minWidth then unable to scroll horizontally. i want to adjust the columns and rows width according to values in it and also make it horizontal scrollable.

maxim-saplin commented 9 months ago

No idea what the problem is... Please explain and demonstrate, ideally with a small repro issue