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

Could support fixed right columns? #246

Open yaowei103 opened 8 months ago

yaowei103 commented 8 months ago

there is a props: fixedLeftColumns, can fixed the left columns only, what about the right columns?

maxim-saplin commented 8 months ago

That would further complicate already very much complicated internal structure of the widget, no plan to do so