I know there are several PHP grid plugins simulating Excel (some jQuery, some not). However I have specific functionality that I have yet to find.
Has anyone seen a grid that supports editing multiple rows at the same time?
For instance, say the grid shows 100 rows. I want rows 20-60 to have the same value for the 3rd column. In Excel this is quite easy, on the Web, not so much.
Are you calling your data for your grid from a database or do you just want a grid? If you want just a grid that can be done with CSS. If you want your grid populated thats a combo of css and php.
Bookmarks