Quantcast
Channel: DataTables 1.10 — DataTables forums
Viewing all articles
Browse latest Browse all 2364

Display over 10000 rows

$
0
0

Hello, we are create a normal php call like:

$testquery = mysqli_query($db_link, "SELECT * FROM datenpflege_npr");

And than we will display all rows on datatables. Now we get a big issue, if we insert a lot of rows like 15000 than it will take a long time and it will build also a loading error.

Did you had any idea how we could made this call smart , that it will work fast?


Viewing all articles
Browse latest Browse all 2364

Trending Articles