x

Main chapters

  1. LimeSurvey Cloud vs LimeSurvey CE
  2. LimeSurvey Cloud - Quick start guide
  3. LimeSurvey CE - Installation
  4. How to design a good survey (Guide)
  5. Getting started
  6. LimeSurvey configuration
  7. Introduction - Surveys
  8. View survey settings
  9. View survey menu
  10. View survey structure
  11. Introduction - Questions
  12. Introduction - Question Groups
  13. Introduction - Surveys - Management
  14. Survey toolbar options
  15. Multilingual survey
  16. Quick start guide - ExpressionScript
  17. Advanced features
  18. General FAQ
  19. Troubleshooting
  20. Workarounds
  21. License
  22. Version change log
  23. Plugins - Advanced
 Actions

Replace jqGrid: Difference between revisions

From LimeSurvey Manual

Line 40: Line 40:
** Features
** Features
*** Filter by model : http://www.yiiframework.com/doc/api/1.1/CGridView#filter-detail , model can extend attribute.
*** Filter by model : http://www.yiiframework.com/doc/api/1.1/CGridView#filter-detail , model can extend attribute.
*** Already included in Yii.
* bootstrap-table http://bootstrap-table.wenzhixin.net.cn/
* bootstrap-table http://bootstrap-table.wenzhixin.net.cn/
** Antifeature
** Antifeature

Revision as of 11:07, 5 April 2016

We want to replace jQgrid with another similar jQuery library.

Why?

  • Hard to exactly control and style the HTML, e.g. wrap something with a span tag
  • Not maintained since the license changed
  • ...more?

Wanted features

  • Sort by column
  • Inline edit or pop-up edit
    • Pop-up dialog should handle CActiveForm and model rules validation
  • Edit single cell in-line?
  • Massive actions, e.g. marking 10 elements and delete all
  • Fetch using Ajax
  • Filter and/or search
  • Pagination
    • NB: There's a conflict between real-time filter and pagination. If nr of rows is very large, loading of complete table will take long time.
  • GPL or MIT license (or another free licence like a speech)
  • i18n

Suggestions

Other notes

CPDB

CPDB uses jQgrid to open up - within the table - possibilities to edit attributes and surveys for one participant. This should probably be a dialog instead.

Dialog or inline

  • Actual edit in token don't update link. And we have issue with some control. A dialog edit fix this 2 issue more easily.
  • Alterantive : use http://www.appelsiini.net/projects/jeditable (still think dioalog editor is the best)