Can datatable hold around 200 thousand data?
Can datatable hold around 200 thousand data?
mrveeen
Posts: 2Questions: 1Answers: 0
Hi. I am kinda new to datatable and still learning more ways to use it. Is it possible for a datatable to hold around 200 thousand data? I am currently working on a simple project and it contains around 160 thousand data, everytime I use datatable it's either the datatable doesn't work properly or an error 'Uncaught RangeError: Maximum call stack size exceeded' shows.
Thanks for the help.
This discussion has been closed.
Answers
Sounds like you will want to use server side processing mode.
https://datatables.net/manual/server-side
Kevin
Hi sir, I have tried doing the server side method and it works. Will it be possible for a client side?
See this FAQ post here for the options. For that size of data, you'll almost definitely be needed
serverSide
though.