table-select-all-with-checkboxes
Reactive icon

Table select all with checkboxes

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 11 April 2023
 by 
5.0
 (1 rating)
table-select-all-with-checkboxes

Table select all with checkboxes

Documentation
1.0.0

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.