tags:

views:

54

answers:

3

At present I am using a datagrid library, but I am experiencing some problems on browsers other than IE. This library can be found here.

This library works very well and is very easy to use except some compatibility issues. Is there any other easy to use grid library for PHP?

+2  A: 

Maybe you should consider using DataTables from Yahoo UI Library.

It's very useful !!!

Arno
Does it support the row-click event? I want to get a column value when any row is clicked.
RPK
Of course you can customize events as shown here : http://developer.yahoo.com/yui/datatable/#events.
Arno
+1  A: 

There's PlatinumGrid which does work correctly in IE, FF, Opera and Safari/Chrome.

Jon Benedicto
+1  A: 

MyTableGrid is a JavaScript based DataGrid control built on the Prototype library. It allows you to display your data in a simple and flexible way.

http://pabloaravena.info/mytablegrid/

PHP example is here.

Diodeus