summaryrefslogtreecommitdiffstats
path: root/slick.dataview.js
Commit message (Expand)AuthorAgeFilesLines
* Fix a typoMichael Leibman2013-12-031-1/+1
* Implement lazy totals calculation in the DataView.Michael Leibman2013-12-031-35/+55
* #794 - Add an event that exposes the internal selected row ids.Michael Leibman2013-11-171-4/+23
* Fix #794 - Add an option to keep out-of-the-view items selected when selectio...Michael Leibman2013-11-031-5/+29
* Fix #738 - Use an object instead of an array to hold groups by value.Michael Leibman2013-09-121-1/+1
* Merge pull request #587 from pandell/fix-inline-filtersMichael Leibman2013-07-111-8/+8
|\
| * Fix inlining for evaluated return statements.John Gozde2013-04-231-4/+4
| * Fix return statement handling when inlining.John Gozde2013-04-231-4/+4
* | Maintain the reference to the right "self" object in DataView.Michael Leibman2013-06-251-2/+2
|/
* Fix typosMichael Leibman2013-04-231-2/+2
* Add option to hide totals row.Sean Vieira2013-03-081-3/+4
* Optimize DataView flattenGroupedRows().Michael Leibman2013-03-071-3/+5
* Added support for predefined group values to DataView.Michael Leibman2013-03-011-5/+18
* Optimize up DataView aggregation.Michael Leibman2013-02-271-4/+6
* Add multi-level grouping to DataView.Michael Leibman2013-02-261-60/+188
* Fix #498 - Selections are not always maintained when filtering (Example 4).Michael Leibman2012-12-181-15/+23
* Fix #299 - pager calculations.Michael Leibman2012-04-131-4/+5
* Do not compile filters if filter inlining is disabled (#289).Michael Leibman2012-02-151-2/+4
* Formatting fixup of a previous pull request merge.Michael Leibman2012-02-051-17/+18
* Update slick.dataview.jsghiscoding2012-02-051-6/+28
* Made DataView filter inlining optional (default is false).Michael Leibman2012-02-041-4/+36
* Made is dead simple to sync selection and cellCssStyles on DataView changes.Michael Leibman2012-01-271-0/+89
* Fixed issue 244 - Made filter function inliner work better with minified code.Michael Leibman2012-01-181-6/+6
* Fixed issue 197 - Bounds checking on pageSize change.Michael Leibman2012-01-181-0/+1
* Fixed DataView filtering on pageSize change when "isFilterUnchange" hint is s...Michael Leibman2012-01-171-2/+2
* More cleanup.Michael Leibman2012-01-171-53/+51
* Reformatted code.Michael Leibman2012-01-171-662/+687
* Fixed dataview filtering breaking, after compressing JS with e.g. Google Clos...asavoy2011-12-071-28/+32
* Fixed a performance regression in DataView compiled filter and added function...mleibman2011-11-111-6/+11
* Fixed issue 229.Michael Leibman2011-11-071-4/+12
* Fixed example4 and a bug in a DataView filter compilation.Michael Leibman2011-11-051-2/+2
* Continuation of DataView perf workMichael Leibman2011-10-311-30/+84
* DataView grouping perfMichael Leibman2011-10-301-51/+59
* DataView perfomance.Michael Leibman2011-10-291-48/+94
* Optimized DataView's addItem/insertItem/deleteItem.Michael Leibman2011-03-161-20/+39
* Fixed example pages using DataView.Michael Leibman2011-03-111-1/+5
* Moved group and totals row handling out of DataView and client pages and into...mleibman2011-03-061-30/+9
* Cleaned up column width calculations and removed syncColumnCellResize option.mleibman2011-02-221-17/+64
* Rolled back previous DataView optimization since it was flawed.mleibman2011-01-031-58/+47
* Added refresh hints to DataView to avoid unnecessary calculations. Only used...mleibman2011-01-031-30/+47
* Added direct totals ref to Group.mleibman2011-01-021-117/+147
* DataView code cleanup.mleibman2011-01-011-27/+39
* Micro-optimizations for DataView grouping/refresh.mleibman2010-12-311-19/+26
* Added a "group" property to GroupTotals.mleibman2010-12-301-7/+23
* This is likely unfinished and buggy, but it is waaay too cool not to check in...mleibman2010-12-301-62/+270
* Exposed getItem/getLength on the DataView to make it usable as a datasource f...mleibman2010-12-141-0/+11
* Added a mechanism to set scope ("this") in events.mleibman2010-12-091-4/+4
* Initial commit of v2.0 alpha.mleibman2010-11-261-0/+274