Datatable |
X

Congrats, You are Subscribed to Receive Updates.

DataTable Custom Filter Server Side

DataTable Custom Filter Server Side
Introduction DataTable Custom Filter Server Side helps to create and filter data’s based on your choice. Like some peoples have to filter contents based on certain criteria like Status, Types or Groups. So the custom filter helps to make the things for you. Let’s create a server side processing DataTable and insert a filter as drop down and use it here in our table. Table ...

jQuery Datatable Refresh more than one table simultaneously

jQuery Datatable Refresh more than one table simultaneously
jQuery Datatable Refresh more than one table simultaneously. There some occasions, we need to redraw more than one datatables together. for that, you can’t simply enter the multi selector to do that operations such as the following example. $('#selct1,#select2, ..').dataTable().fnDraw(); It won’t work for you. you need to do it each one separately.  So we can use jQuery each function to handle it. var dt_table_id ...

Sortable Data Table WordPress Front&Back-end

Sortable Data Table WordPress Front&Back-end
Here, a Simple to create your own WordPress Sortable tables, I am going to use jQuery DataTable and integrate it with WordPress front & Back End.  Let us integrate  datatable with WordPress Admin section. Just download the jQuery DataTables plugin from here. Just download and Extract the Plugin files.  Copy jquery.datatable.js, and jquery.datatable.css files from downloaded zip file to the WordPress plugins directory.  Now , we ...

Menu

Sidebar