Serversided multiple table using same Ajax source
Serversided multiple table using same Ajax source
FelixBez
Posts: 1Questions: 1Answers: 0
Hi,
I have a question that I can't find a response in the documentation or the forum.
I use multiple table with serverside processing in the same page using the same Ajax source.
How can I do to not return the same Data for each table? I search a way to differentiate the table actually.
For information, I'm using Ruby on rails.
Best regards,
Félix
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @FelixBez ,
Take a look at the example here, this shows how you can send custom variables as part of the Ajax request. You could do this, so the server would know what to return to each table/request,
Cheers,
Colin