index
:
SlickGrid
master
origin/2.1
origin/HEAD
origin/gh-pages
origin/master
origin/v2.0
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
slick.dataview.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a typo
Michael Leibman
2013-12-03
1
-1
/
+1
*
Implement lazy totals calculation in the DataView.
Michael Leibman
2013-12-03
1
-35
/
+55
*
#794 - Add an event that exposes the internal selected row ids.
Michael Leibman
2013-11-17
1
-4
/
+23
*
Fix #794 - Add an option to keep out-of-the-view items selected when selectio...
Michael Leibman
2013-11-03
1
-5
/
+29
*
Fix #738 - Use an object instead of an array to hold groups by value.
Michael Leibman
2013-09-12
1
-1
/
+1
*
Merge pull request #587 from pandell/fix-inline-filters
Michael Leibman
2013-07-11
1
-8
/
+8
|
\
|
*
Fix inlining for evaluated return statements.
John Gozde
2013-04-23
1
-4
/
+4
|
*
Fix return statement handling when inlining.
John Gozde
2013-04-23
1
-4
/
+4
*
|
Maintain the reference to the right "self" object in DataView.
Michael Leibman
2013-06-25
1
-2
/
+2
|
/
*
Fix typos
Michael Leibman
2013-04-23
1
-2
/
+2
*
Add option to hide totals row.
Sean Vieira
2013-03-08
1
-3
/
+4
*
Optimize DataView flattenGroupedRows().
Michael Leibman
2013-03-07
1
-3
/
+5
*
Added support for predefined group values to DataView.
Michael Leibman
2013-03-01
1
-5
/
+18
*
Optimize up DataView aggregation.
Michael Leibman
2013-02-27
1
-4
/
+6
*
Add multi-level grouping to DataView.
Michael Leibman
2013-02-26
1
-60
/
+188
*
Fix #498 - Selections are not always maintained when filtering (Example 4).
Michael Leibman
2012-12-18
1
-15
/
+23
*
Fix #299 - pager calculations.
Michael Leibman
2012-04-13
1
-4
/
+5
*
Do not compile filters if filter inlining is disabled (#289).
Michael Leibman
2012-02-15
1
-2
/
+4
*
Formatting fixup of a previous pull request merge.
Michael Leibman
2012-02-05
1
-17
/
+18
*
Update slick.dataview.js
ghiscoding
2012-02-05
1
-6
/
+28
*
Made DataView filter inlining optional (default is false).
Michael Leibman
2012-02-04
1
-4
/
+36
*
Made is dead simple to sync selection and cellCssStyles on DataView changes.
Michael Leibman
2012-01-27
1
-0
/
+89
*
Fixed issue 244 - Made filter function inliner work better with minified code.
Michael Leibman
2012-01-18
1
-6
/
+6
*
Fixed issue 197 - Bounds checking on pageSize change.
Michael Leibman
2012-01-18
1
-0
/
+1
*
Fixed DataView filtering on pageSize change when "isFilterUnchange" hint is s...
Michael Leibman
2012-01-17
1
-2
/
+2
*
More cleanup.
Michael Leibman
2012-01-17
1
-53
/
+51
*
Reformatted code.
Michael Leibman
2012-01-17
1
-662
/
+687
*
Fixed dataview filtering breaking, after compressing JS with e.g. Google Clos...
asavoy
2011-12-07
1
-28
/
+32
*
Fixed a performance regression in DataView compiled filter and added function...
mleibman
2011-11-11
1
-6
/
+11
*
Fixed issue 229.
Michael Leibman
2011-11-07
1
-4
/
+12
*
Fixed example4 and a bug in a DataView filter compilation.
Michael Leibman
2011-11-05
1
-2
/
+2
*
Continuation of DataView perf work
Michael Leibman
2011-10-31
1
-30
/
+84
*
DataView grouping perf
Michael Leibman
2011-10-30
1
-51
/
+59
*
DataView perfomance.
Michael Leibman
2011-10-29
1
-48
/
+94
*
Optimized DataView's addItem/insertItem/deleteItem.
Michael Leibman
2011-03-16
1
-20
/
+39
*
Fixed example pages using DataView.
Michael Leibman
2011-03-11
1
-1
/
+5
*
Moved group and totals row handling out of DataView and client pages and into...
mleibman
2011-03-06
1
-30
/
+9
*
Cleaned up column width calculations and removed syncColumnCellResize option.
mleibman
2011-02-22
1
-17
/
+64
*
Rolled back previous DataView optimization since it was flawed.
mleibman
2011-01-03
1
-58
/
+47
*
Added refresh hints to DataView to avoid unnecessary calculations. Only used...
mleibman
2011-01-03
1
-30
/
+47
*
Added direct totals ref to Group.
mleibman
2011-01-02
1
-117
/
+147
*
DataView code cleanup.
mleibman
2011-01-01
1
-27
/
+39
*
Micro-optimizations for DataView grouping/refresh.
mleibman
2010-12-31
1
-19
/
+26
*
Added a "group" property to GroupTotals.
mleibman
2010-12-30
1
-7
/
+23
*
This is likely unfinished and buggy, but it is waaay too cool not to check in...
mleibman
2010-12-30
1
-62
/
+270
*
Exposed getItem/getLength on the DataView to make it usable as a datasource f...
mleibman
2010-12-14
1
-0
/
+11
*
Added a mechanism to set scope ("this") in events.
mleibman
2010-12-09
1
-4
/
+4
*
Initial commit of v2.0 alpha.
mleibman
2010-11-26
1
-0
/
+274