Hi
I have a table records fed by a SQL block. I also have checkboxes for each line in the table records, and a bulk select widget from the RICH WIDGETS in the header of the table along with the titles of columns.
I have set the following webblock arguments:
- AssociatedLinkIds: the widget ID of the check box
- TableRecordsId: the widget ID of the Table Records fed by SQL block.
It works fine the selection of all lines of the table records, HOWEVER, if I go to click in the another page (page 2, or 4 or whatever) the bulk select looses its selection, the tick disappears... how can we fix this?
Check below:
the bulk select widget selected in the first time works fine:
if I go to the second page or another one in the table records the bulk select widget looses its selection...