Using DataTables with custom data source..not AJAX

Using DataTables with custom data source..not AJAX

pushframeworkpushframework Posts: 1Questions: 1Answers: 0

Hi and thank you alot for this incredible work that you ve made available for free!
I want to use DataTables with data coming from a Websocket server.
So is that possible ?
If there is a way to provide DataTables with a Javascript callback that is called each time a page
is clicked, a column header is ordered, or a search column is hit, then there I can put
my custom logic of making server call along with desired options, then apply the incoming result to
the DataTable..
My call to the Webserver will tell how may results are there, how many pages etc..

Thank you in advance for any possible help

This discussion has been closed.