reload datatable data
reload datatable data
Hey.
I want to use datatables in "client side mode" - I mean jacascript, and not by server side processing.
I would like to add a "refresh" button that will reload the data - leaving the configurations as is (rows that were hidden will remain hidden, etc).
I thought of using ajax datasource, but it seems that every filter or sort will go to the ajax datasource (Am I right?).
Moreover, I need to go to server side in order to refresh data.
I use java so I need to go to "...servletName?actionName=refresh".
How can I do that?
thanks.
I want to use datatables in "client side mode" - I mean jacascript, and not by server side processing.
I would like to add a "refresh" button that will reload the data - leaving the configurations as is (rows that were hidden will remain hidden, etc).
I thought of using ajax datasource, but it seems that every filter or sort will go to the ajax datasource (Am I right?).
Moreover, I need to go to server side in order to refresh data.
I use java so I need to go to "...servletName?actionName=refresh".
How can I do that?
thanks.
This discussion has been closed.