hi,
I am using bootstrap. I want to use datatable for display the data. I also want to export/save/print functionality for that. My data is approx. 3000 no. of records. so i can't go with load the all records at one time. because it takes so much time... So i want to use pagination with ajax functionality. I made the Json array of all records and display in datatable. The issue is that if the pagination works, the export and search functionality doesn't work... so what i have to do to fulfill my all functionality.....?
I am doing the project in PHP and i want to do simple CRUD operations on data....
please HELP
I am using bootstrap. I want to use datatable for display the data. I also want to export/save/print functionality for that. My data is approx. 3000 no. of records. so i can't go with load the all records at one time. because it takes so much time... So i want to use pagination with ajax functionality. I made the Json array of all records and display in datatable. The issue is that if the pagination works, the export and search functionality doesn't work... so what i have to do to fulfill my all functionality.....?
I am doing the project in PHP and i want to do simple CRUD operations on data....
please HELP