Server side + scroller + multiselection

Server side + scroller + multiselection

fbolandfboland Posts: 18Questions: 0Answers: 0
edited December 2013 in General
Hi,

I use datatable in server side processing mode with scroller plugin.

I'm searching for a solution to do multi selection.

I have a column with unique id.

I would like to get all unique id of selected row on a button click.

My code allow multiselect line by using "Shift key" : i click on a row, scroll to another one and click to an other holding "Shift".
Like this, all row beetween the two clicked are selected.

All is working if i don't scroll to another ajax row request.

The problem is when the 2 clicked row holding "Shift" are on two différent ajax request.

I can not recover the data that are in the previous ajax and the unique id too.

Someone has an idea ?
This discussion has been closed.