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 137 forks source link

Customize checkboxes in (Async)PaginatedDataTable2 #212

Closed wyattk21 closed 1 year ago

wyattk21 commented 1 year ago

I am aware that we can customize checkboxes in DataTable2 using headingCheckboxTheme, datarowCheckboxTheme and checkboxAlignment. However, I could not find a way to achieve the same for (Async)PaginatedDataTable2.

Is there a specific approach or property that I might have overlooked?

maxim-saplin commented 1 year ago

The properties have not been propohated to any other widgest except DataTable2

maxim-saplin commented 1 year ago

To make it quicker you can submit a PR, I won't be able to spend much time soon

maxim-saplin commented 1 year ago

Updated and pushed to pub.dev