Get all the cells id after sort, search or next page action
Get all the cells id after sort, search or next page action
Hello,
I would like to know if it's possible to get all the cells id after a sort, search or next page action.
For example, there is 2 columns in the table:
Id and Total
The calcul of each Total take a long time and I have 7000 Id. So, firstable I would like to print all the id and to calculate with a method call by ajax just the first 25 results and when the client sorts the table, to calculate the new total for each 25 new results etc... But to calculate them, I have to get all the new Id.
Do you know if it's possible?
Thank you in advance for your answer.
M.
I would like to know if it's possible to get all the cells id after a sort, search or next page action.
For example, there is 2 columns in the table:
Id and Total
The calcul of each Total take a long time and I have 7000 Id. So, firstable I would like to print all the id and to calculate with a method call by ajax just the first 25 results and when the client sorts the table, to calculate the new total for each 25 new results etc... But to calculate them, I have to get all the new Id.
Do you know if it's possible?
Thank you in advance for your answer.
M.
This discussion has been closed.
Replies
Perhaps you could explain further / show an example?
Allan