Can datatable hold around 200 thousand data?
Can datatable hold around 200 thousand data?
![mrveeen](https://secure.gravatar.com/avatar/06397484df15db948ee318ea930a943e/?default=https%3A%2F%2Fvanillicon.com%2F06397484df15db948ee318ea930a943e_200.png&rating=g&size=120)
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.