Replace jqGrid: Difference between revisions
From LimeSurvey Manual
No edit summary |
DenisChenu (talk | contribs) →Suggestions: Antifeature |
||
Line 18: | Line 18: | ||
=== Suggestions === | === Suggestions === | ||
* handsontable, https://handsontable.com/ | * handsontable, https://handsontable.com/ | ||
** Antifeature : Filter data + Header tooltips + Fixing bottom rows are unfree | |||
** Antifeature : no inline edit | |||
* datatables, https://www.datatables.net/ | * datatables, https://www.datatables.net/ | ||
** Antifeature : inline edit are not free | |||
=== Other notes === | === Other notes === | ||
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. | 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. |
Revision as of 16:48, 9 March 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
- Fetch using Ajax
- Filter?
- Pagination
- GPL or MIT license
Suggestions
- handsontable, https://handsontable.com/
- Antifeature : Filter data + Header tooltips + Fixing bottom rows are unfree
- Antifeature : no inline edit
- datatables, https://www.datatables.net/
- Antifeature : inline edit are not free
Other notes
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.