DataTables AJAX Pagination with Search and Sort in CodeIgniter 3

CodeIgniter already has a library for pagination. Which is easier to implement on the page. But you need to customize it to add extra functionality like – search, sorting, rows per page.

Datatables is a jQuery library that comes with all basic functionality that requires pagination.

Need to handle the request and return the response in the specified format.

In this tutorial, I show how you can implement Datatables AJAX pagination in CodeIgniter 3.

DataTables AJAX Pagination with Search and Sort in CodeIgniter 3

Read more

How to Autocomplete textbox in CodeIgniter 3 with jQuery UI

An Autocomplete textbox gives suggestions based on user input.

The user can select an option from the list.

This generally uses in the field where a user needs to select an item from the available data.

In this tutorial, I show how you can add autocomplete on a textbox element using jQuery UI in CodeIgniter.

How to Autocomplete textbox in CodeIgniter 3 with jQuery UI

Read more