views:

108

answers:

1

Hai,

I need a simple grid view with horizontal and vertical scroll bar using Jquery or simple javascript or in php, can anyone suggest me a simple grid view plugin?

+1  A: 

You can use ExtJs like the second grid on http://www.extjs.com/playpen/ext-2.0/examples/grid/grid3.html

Look javascript source (http://www.extjs.com/playpen/ext-2.0/examples/grid/grid3.js) where "var grid2 =" begins at line 63

Kevin Campion