I have a <liferay-ui:search-container>
displaying my results.
I enabled a rowChecker
, so that each row becomes selectable by a check box.
It is placed in a form; in this way users can select more rows, then click on my "submit" button and the action is able to get ids of the selected rows.
But users are unable to select two rows present in different pages (for example, there is a pagination delta=5 and they need element 1 and 6).
I'm not able to figure a way to solve this problem.
Do you have any previous experience about?
Thank you