Frederick Ros
24ee9fa019
Update the grid when a record is changed
...
Fixes #255
2012-11-02 22:26:45 +04:00
Frederick Ros
c7ff853acb
Fixed typo in comments
2012-11-02 22:26:45 +04:00
Frederick Ros
1cc8df020d
The slickgrid view can now be edited.
2012-10-14 20:56:25 +02:00
Rufus Pollock
75ef00182e
[#246,bugfix,slickgrid][s]: fix for issue where slickgrid view not presenting columns in order of Dataset Fields - fixes #246 .
...
Bug details: Issue was that sorting of columns was happening inside SlickGrid view even though not supposed to (no special column order had been provided). Specific issue is at following lines 4737d7ecc5/src/view.slickgrid.js (L88) :
// Order them if there is ordering info on the state
if (this.state.get('columnsOrder')) {
Problem is that state.columnsOrder is the empty array (by default) and in javascript `Boolean([])` is true.
2012-10-14 18:13:13 +01:00
Rufus Pollock
4737d7ecc5
[#218,refactor,query][m]: refactor query object sort attribute structure as described in #218 - fixes #218 .
2012-08-21 23:55:03 +01:00
Rufus Pollock
bc414e9f8c
[#212,views][s]: refactor views and tutorial so that no render call in initialize and view element can be passed in externally ( fixes #212 ).
2012-08-15 12:33:59 +01:00
Rufus Pollock
6f78b7b1be
[#211,view][s]: switch show/hide from events to explicit methods - fixes #211 .
2012-08-15 10:57:58 +01:00
Joseph Reisinger
073c998f12
fix a bug where columns don't sort properly in slickgrid
2012-07-09 15:43:22 -07:00
Rufus Pollock
a58f5e5bb0
[#174,refactor][s]: rename currentRecords to records on Dataset.
2012-07-05 15:37:17 +01:00
Rufus Pollock
d3c9f30e74
[view/slickgrid][xs]: set recline-slickgrid on view element so that we can pass element in to the view (neede for non-multiview usage e.g. in tutorial).
2012-06-29 20:27:01 +01:00
amercader
b6eb375624
[#130,view/slickgrid] Don't store sort info on state, as it is stored on the query
2012-06-12 13:22:39 +01:00
amercader
20d7683223
[#130,view/slickgrid] Sort documents on SlickGrid view
2012-06-11 13:47:41 +01:00
Rufus Pollock
e73be69499
[refactor][s]: standardize naming of files to use '.' rather than '-' as separator.
2012-06-06 10:40:22 +01:00