Sending Request params in ajax call for Client Side Rendering?
Sending Request params in ajax call for Client Side Rendering?
tushar87
Posts: 2Questions: 2Answers: 0
I wanna do A client side paging, filtering etc.But I wanna do it after a ajax call, but I am unable to send any extra request params with a ajax call unless I do it ServersSide . Is there a way to send additional Request Params through a ajax call So that it would be easy to fetch all data and then do the Client side Loading and also help in Reload ?
This discussion has been closed.