This class can be used to manipulate MySQL database table records displayed in a HTML table. It displays a table with data from fields of a MySQL database table. The table can display links for sort the listing by the clicked column and also to execute actions such as insert a new record, update and delete a record. It uses AJAX to avoid reloading a page after executing each action.