Server Side Datatable with Sorting,Searching and Pagination Using CodeIgniter – II

In previous codeigniter tutorial, Now we have action method in controller file which will fetch records from MySQL table using model method. I am extending Part I tutorial of Datatable with Sorting,Searching and Pagination.We will create HTML view file and bind employee records data with jquery Datatable. I will use some jQuery code to instantiate […]

Continue reading