You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in a AsyncPaginatedDataTable2 with AsyncDataTableSource class, seems that on selectAll(), function don't insert all Keys inside _selectionRowKeys object.
is correct that system clear the list, but maybe after it maybe need to add all element again? or there is another approach or method to obtain Keys list?
On UI side, everything work fine and also count work.
Thanks
Marco
The text was updated successfully, but these errors were encountered:
in a AsyncPaginatedDataTable2 with AsyncDataTableSource class, seems that on selectAll(), function don't insert all Keys inside _selectionRowKeys object.
for example, take a table with 7 elements:
i obtain those results:
looking on
data_table_2/lib/src/async_paginated_data_table_2.dart
Line 120 in 1919e3d
there is:
is correct that system clear the list, but maybe after it maybe need to add all element again? or there is another approach or method to obtain Keys list?
On UI side, everything work fine and also count work.
Thanks
Marco
The text was updated successfully, but these errors were encountered: