server side select all button
server side select all button
davcarnaby
Posts: 19Questions: 0Answers: 0
Hi there,
is it possibile to make a server side button for select all row on the display atm??
many thx
is it possibile to make a server side button for select all row on the display atm??
many thx
This discussion has been closed.
Replies
Allan
I can do this by select line by line (even if I change the page lines are selected, saving the identifier in an array as I read here on the forum).
But I would like something similar using the "select-all" only the rows that are displayed.
is this possible?
Can you please link me to a test case for what you are trying to do, as I'm getting very confused.
Allan
http://datatables.net/examples/server_side/select_rows.html
in this server side's example,even when changing page the selected row remaing so .
now i need a similar function with "select all" button .
(select all = the 10 or the 25 or the 50 or the x row in a page )
I hope I explained it well :)
var nNodes = $( oTable.fnGetNodes() )
for ( var i=0 ; i