Skip to main content

All Questions

Tagged with
2 votes
0 answers
276 views

Handler for jQuery DataTable search with filters and pagination

This AjaxCompound is invoked every time when the user types a key for search or click to sort. It contains 1million data 10 distinct rows by compound name. It takes 1.1 minutes and return only 1-5 KB ...
Ujwal Neupane's user avatar
0 votes
1 answer
2k views

Display tabular data with jQuery Datatables plugin

I have this list of results which I display with the jQuery Datatables plugin. This is the Result class and list of results being returned in the JSON format: <...
user avatar