Table shows all entries on just one site
Table shows all entries on just one site
Hello,
i use this table run on a testing server:
http://148.251.42.116:8080/oneCheck/
(please have a look at the website source code)
I also use "deferRender": true,
"serverSide": true,
if i comment out the serverSide, the table works fine - shows all entries correctly.
But if i use 'serverSide: true' the problem is comming up as u can see on the test side.
The problem is:
The whole entries are showing just on one site. The loading from the entries is too slow (in this example are using just 60,000 entries, because the whole database is about 350,000). If I type some kind of word into the searching field, the site is freezing (if I don't use serverSide).
So what's the problem - can u tell me?
Many thanks.
Answers
I get a 404 error when trying to load your web-page I'm afraid.
You probably want to use server-side processing for so many rows. Have you implemented server-side processing correctly? Manual page
Allan