smart admin Datatable features
smart admin Datatable features
rahulvyas
Posts: 2Questions: 1Answers: 0
Hello sir,
Currently i am working on smart admin Export to pdf and excel Datatable but i am not able to see features like paging and pdf,excel,copy and search feature when i am checking problem i am finding that there is problem in loadScript function .
This discussion has been closed.
Answers
Please link to a test case showing the issue, as required in the forum rules.
Allan
Hi Allan,
Thanks For reply, I am using this script for Pagin and Search text box and Export button in Datatable but i got error in Load script function ("ReferenceError: loadScript is not defined")
in last row of my code. following code attach here
That's not a DataTables error message, and DataTables doesn't define the
loadScript
function. You would need to look into whatever it meant to provide that function.Allan