I’m trying to jump into PHP and I want to move a current web app to it. The problem is this app had very large grids that rendered from database tables with a lot of fields (one of which was almost 100 fields).
I’d like a flexible, good looking, and easy to use grid that can do filtering, grouping, etc.. Very important is that I can inline edit specific columns just by clicking the cell (still can’t do this right in .net).
What are my options? THANKS!
jqGrid is an excellent grid based upon the jQuery framework. Have a look at their online demo’s – in particular Row Editing | Input Types.