开发者

Best data grid for php based application using ajax [closed]

开发者 https://www.devze.com 2023-01-05 09:45 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 8 years ag开发者_高级运维o.

Improve this question

What is the best data grid for php based application using ajax? Any reference please?


Use jQGrid plugin. I can bet you will love it. I have used it often, and the documentation is also available in here.

Hope it helps. As for any problems with this plugin, you can always ask in here. But please read the documentation in details, to get yourself started very strongly.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消