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

Fix wrong parameter name in AsyncDataTableSource.getRow method #208

Closed dabbinavo closed 1 year ago

dabbinavo commented 1 year ago

Second parameter was called end but must be count.

dabbinavo commented 1 year ago

@maxim-saplin Anything wrong with this pull request?

maxim-saplin commented 1 year ago

Missed it, sorry. The changes make sense

dabbinavo commented 1 year ago

No problem. Thanks for merging!