What is the best data grid for php based application using ajax? Any reference please?
jqGrid is a jQuery flexible bare plugin(client) but there is also a PHP version of jqGrid supplied by ready server side PHP scripts (easier to use but not flexible as the bare jqGrid):
http://azgtech.wordpress.com/2010/08/01/jqgrid-php-datagrid/
About jqGrid PHP component:
Pros
- A good list of different themes(good appearance)
- Light weight and Fully Ajax actions
- Inlist delete/edit (datetime edit fields are equipped by calendar)
- Add/Edit/Delete/Search buttons which open Add/Edit/Search boxes(not popups but layers) and also Paging Controller at the bottom of list
- Search Box which is equipped by calendar for datetime fields and with useful tools like dropdown for other type of fields
- Sort and Filter
- Ability for grouping list based on defined conditions
- Cross-Browser
Cons
- Its free version is "PHP Code Obfuscated" and hard or unable to extend
- So far I know datetime filter header is not equipped by calendar and we should enter date from left to get a result and if you enter a day or month number the search won't retrieve any result. I said "so far" because it may be customizable
- If you tested ASP.Net Telerik DataGrid, you will find a lot of points to improve in jqGrid like sort and filtering which is much better in Telerik than jqGrid
About SDTable:
It seems the announced PROJECT is under construction because I found no download file or acceptable demo but the related website is working.
Thank you "@Knowledge Craving", I was using jqgrid-php-v1.4.1 which has some obfuscated PHP scripts and was not as flexible as I want but the main jqGrid is client side totally and more customizable and I could find a whole documentation and the bare jqGrid by the reference you offered.
来源:https://stackoverflow.com/questions/3171596/best-data-grid-for-php-based-application-using-ajax