Reusable Screen with Table which handles select all with checkboxes , one by one items selection through multiple pages
-- It supports two modes :
1 - Select all mode when user clicks on select all check box in that case developer shall use "ExcludedIds" which contains excluded items ids if user unselected some items.
2 - None select all mode when user selects Items one by one , in that case developer shall use "SelectedIdsList" which contains Ids of selected items.
Depending on the mode which is "IsSelectAllMode" variable , user can handle logic using both lists.
----------------------------------------------------------
- Replace logic in FetchItemsList data action with your dynamic list which supports pagination
- Replace logic in FetchItemsCount data action with dynamic count
All details are shown on Items description.