DataTables data reset issue when using ODATA service
DataTables data reset issue when using ODATA service
Hi,
I'm facing a weird issue with the DataTables that consumes JSON from an ODATA Endpoint.
The issue is :
If i search some text within the datatable that consumes JSON from an ODATA endpoint, the filtered data is displayed in the grid.
Now, if this data spans over 3-4 pages and I click on next or say any of the page numbers, the whole grid gets reset and all the records are displayed irrespective of the search filter applied earlier.
Note: I'm using the DataTables ODATA Plugin from:
http://vpllan.github.io/jQuery.dataTables.oData/
Thanks.