Server-Side Pagination, Sort, Filter with MySQL and PHP

Data in this demo is loaded on demand from MySql Database and especially the 'Customers' table of the Northwind Database. Server request is made when you change Page, Sort, Filter or expand a Group. This is achieved by using the Table's Data Virtualization in combination with DataAdapter's "virtualDataSource".


SQL Query