tags:

views:

280

answers:

2

I want to use a datagrid in one of my modules (Symfony 1.3, Propel ORM). I have spent a while searching the web, but everything I found expects a direct connection to teh db (mySQL) or is otherwise unsuitable.

I found the datagrid plugin (http://symfony.swisscenter.com/datagrid/exemples), but the documentation/examples are in French - and I'm not too keen on learning French just for the sake of using the plugin - besides, if all the users are French speakers, then it will be difficult to get support/help if/when I do hget stuck.

So my questions are:

  1. Is anyone aware of a good (PHP) datagrid component that I can use with SF?
  2. Is anyone out there (English speaker), using the SF datagrid plugin?
+1  A: 

You can try a jQuery Plugin. Take a look at this collection

Radu Dragomir
looks like exactly what I have been looking for. Thanks!
Stick it to THE MAN
A: 

I think jqGrid is the best among all listed above. Allows inline editing, adding rows, searching, sorting, column selection, column reordering, resizing, etc out-of-the-box. Data formats that can be used are datasource, JSON & XML. Demos at: http://trirand.com/blog/jqgrid/jqgrid.html

Prasad