views:

26

answers:

2

Hi Anyone know of a FREE and easy to use PHP MySQL Datagrid class? I have used rGrid and Eyesis but need something like phpdatagrid. No requirement of AJAX features though. Just need basic features inbuilt like search by columns, pagination with page numbers(with jump to page dropdown), how many rows to show per page, multiple delete etc.

Just want to keep it simple and easy to use. Any kind of help would be highly appreciated. Thanks.

A: 

If you don't mind AJAX, ExtJS offers an excellent grid. http://dev.sencha.com/deploy/dev/examples/grid/paging.html http://dev.sencha.com/deploy/dev/examples/grid/array-grid.html

Orbit
A: 

I found Eyesis grid, rGrid and phpmygrid are the most easy to use and implement free products available out there. even jquery based solutions like datatabales.net and Flexgrid are quite awesome.

Kunal