loading 1000+ records to datatable

loading 1000+ records to datatable

RathishkumarRathishkumar Posts: 2Questions: 2Answers: 0

I have 1000+ records in my db that should be rendered in data-table .When page loads am calling ajax to load the data to data-table on ajax success to render the table. Observed behavior is while loading the data(initially 10 default) the table grows to 100 and then shrinks to normal view.and also takes 2-3 mins time to render the table.can you suggest me the proper way of using data-table?

Thanks in Advance

Answers

  • jLinuxjLinux Posts: 981Questions: 73Answers: 75
    edited November 2015

    How about some details? The stuff that makes it possible to help? Lol..

    Can we replicate the issue? A link? How about some of the js code?..

    Are you using the deferRender setting? If not, try it

    Ajax + deferRender should load 5k rows in a timely manner, easily. I know because im doing that in my app :)

This discussion has been closed.