Delete Multiple Selected Records in DataTables – PHP

DataTables plugin is the easiest way to add pagination on the page with all the required features.

For adding delete control you can either add a delete button with each record or add checkboxes and a single delete button.

In this tutorial, I show how you add multiple checkboxes and delete selected records on a single click in DataTables using jQuery AJAX.

Delete Multiple Selected Records in DataTables - PHP

Read more

Make Autocomplete search using jQuery UI in Laravel 7

Autocomplete is a user-friendly way to display a large list of data on a page.

It shows suggestions based on the input and a user can select an option from the list.

In this tutorial, I show how you add jQuery UI autocomplete to an input field in the Laravel 7 project.

Make Autocomplete search using jQuery UI in Laravel 7

Read more

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