how can i set page info object values from ajax json values
how can i set page info object values from ajax json values
pierz
Posts: 9Questions: 4Answers: 1
I have gotten the object page info, and this values send by ajax json and i receive data by json as well including the oage info values, so i need to set or update this values for loading the table, with the current values
var info = $("#example").page.info();
table_dt.page(info.page).draw(false);
This discussion has been closed.