Is there a way to invoke an ajax for every search and alter the table data by the ajax result?
Is there a way to invoke an ajax for every search and alter the table data by the ajax result?

Make the searching of data in serverside
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Yep, that's all done when
serverSide
is enabled.Yey! Thanks!