Can anyone recommend a good Zend Framework friendly table/grid API? I'm developing an information management system and I need a component where I can display all/some of the records, and provide paging, search, sorting, and link to various actions.
I've been looking into Dojo with (dojox.grid.Grid) and it just doesn't feel right to me. I wasn't looking to getting tied to a javascript based solution that wouldnt function properly if the browser has JS disabled. I also don't like the infinite scroll concept, and I feel my users would be much more familiar with a paging based approach.