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
203 stars 140 forks source link

Styling of dropdown menu for itemPerPage chooser #203

Closed DimaKuznietsov closed 1 year ago

DimaKuznietsov commented 1 year ago

Could I change the width, color, and hover color for the dropdown menu for itemPerPage chooser?

maxim-saplin commented 1 year ago

I don't think so. I'd suggest to go with custom pager, you can check the /examples folder. Here's the UI: https://maxim-saplin.github.io/data_table_2/#/paginated2