Apple Rinquest | WordPress & PHP Developer

How to add individual column filtering in DataTable

Recently I wrote several posts related to DataTable plugin. The latest one was “How to filter data in DataTable using … Read More

How to filter data in DataTable using Ajax in CodeIgniter

When you create a web application for managing your data such as accounting, stock, and sale orders. You will need … Read More

How to delete data from Datatable plugin using Bootstrap modal in CodeIgniter

Recently, I wrote two posts about adding and editing the data in the Bootstrap modal in CodeIgniter. Today I will … Read More

How to edit data from Datatable plugin using Bootstrap modal in CodeIgniter

In the last post, I wrote, “How to add data from Datatable plugin using Bootstrap modal in CodeIgniter” I show … Read More

How to add data from Datatable plugin using Bootstrap modal in CodeIgniter

Datatable plugin is one of the popular JavaScript plugins. It displays the data in the table style. It comes with … Read More

How To Use DataTables In Codeigniter

When you work on a web application or the back-end of your website, you often create reports for the users. … Read More

Building WordPress Plugins with Object-Oriented Concept

When I develop the custom plugin, I prefer to build the custom plugin with Object-Oriented Programming(OOP) to avoid the conflict … Read More