With the use of the DataTables jQuery plugin, you can list your records in pagination format.
You can add HTML elements like – buttons, link, image, etc with a record.
For this need to pass element in HTML string format from the PHP script.
In this tutorial, I show how you can add edit and delete buttons in the Datatables AJAX pagination with PHP.
NOTE – I am using the Bootstrap modal to update a record.