Quantcast
Channel: Free community support — DataTables forums
Viewing all articles
Browse latest Browse all 35371

Is there a way to load server-side JSON into a table using SetTimeOut?

$
0
0

I'm trying to load 30k rows into my data table using server side processing. Is there a way to intercept the data from the server and load it into the table manually using SetTimeOut? IE times out and give the 'long running script' error and doesn't load my data.

I'm using ASP.Net for the server code with Nhibernate for the ORM for our database.

If I could get the Scroller plugin to work and send paginated data back, it might be an alternative solution.

However, we incur a lot of overhead each time we call the server to fetch a new set of data (~18sec on the server). At this time it is not feasible to paginate the data we give to the client using a query in NHibernate, so each time we have to get the entire dataset before it gets filtered and delivered to the client via an ajax call.


Viewing all articles
Browse latest Browse all 35371

Trending Articles