Single page apps are becoming the hot cake in the web industry, Everyone wants to build SPA or Single page apps. In this article, we will do a quick rundown SPA using jQuery and without using any MV* frameworks like React, Angular, Vue etc.
Continue reading...Ajax
jQuery Datatable with Custom Json format in Php, Mysql part:1.2

#jQuery #Datatable is the most popular grid framework in this planet.
Let you know how you can enable server side pagination, filtering withcustom json data. we will be using php,mysql in the srver part.
Datatable Page resize

Do you know guys that Datatable has been updated to stable version 1.10.7. So I was going through the datatable blog, where I have found a post about “datatable page resize”. It’s nice a usable feature for better user experience, You just drag the bottom bar and resize the datatable height as you need. On the basis of your datatable height datatable will draw request and fetch needed rows.
In this tutorial I have shown the datatable page resize with server side data. So before moving into details please check out demo here. To generate server side data on you can check first part of this tutorial series.
Datatable Bulk Delete (Server Side) Part:10

Two days ago one of the audience appreciated my datatable series on coderexample. He also requested a tutorial about bulk delete in datatable.
So I forked my first tutorial and modify as our needs. Before step into this tutorial, I will strongly recommend to check my first tutorial about datatable.
Continue reading...