Hi,
I am using demo17 latest version (8.2.3) for my personal exercise in programming, precisely apps/ecommerce/catalog/products.html page for learning datatables and javascript-server-side loading data in table.
From yours documentation that I found on page
https://preview.keenthemes.com/html/metronic/docs/general/datatables/server-side
when I put given codes (example code that you gave us) for html table and javascript I got information about infinite loading data. Data are loaded but information about loading data in the middle of table is still exist and never ends.
How can I resolve this problem of infinite loading data in table?
Sincerely
Hi,
I would suggest you learn the server-side JSON format of the datatables plugin and implement your own backend code. The demo code we provided uses randomly generated data for demo purposes only.
For more info please check the datatable plugin's server-side processing feature docs here
Regards.