Greetings,
I bought your Metronic admin (HTML) product at themeforest but unfortunately in the file there is no information on managing the server-side datatable. It is possible to have these parts.
Thank you. Sincerely
Hi Leonard,
To implement server-side ajax datatable you will need to learn the datatable ajax features by referring to the official docs:
https://datatables.net/manual/server-side
Our example uses our demo PHP code which generates the datatable data following the Datatable documentation.
In order to implement on your end you will need to properly generate the data at your server side code.
I would suggest you to implement very basic datatable with backend code and you can customize it further once you get it working.
â
Regards