summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1112 from laughinghan/patch-1HEADorigin/masterorigin/HEADmasterMichael Leibman2016-03-101-0/+2
|\ | | | | Update README to match Wiki in identifying 6pac's fork as the most active
| * Update README to match Wiki in identifying 6pac's fork as the most activeHan Seoul-Oh2016-03-091-0/+2
|/
* Update README.mdMichael Leibman2014-05-051-0/+3
|
* Fix #864 - Implement a 'destroy' method on Slick.ColumnPicker.Michael Leibman2014-01-201-1/+8
|
* Merge pull request #835 from paulsfds/masterMichael Leibman2013-12-191-2/+2
|\ | | | | fixed an issue where the dataView variable was being accessed but didn't exist
| * fixed an issue where the dataView variable was being accessed but did not existPaul Wong2013-12-191-2/+2
|/
* Fix a typoMichael Leibman2013-12-031-1/+1
|
* Optimize DataView group collapse/expand.Michael Leibman2013-12-031-0/+12
|
* Implement lazy totals calculation in the DataView.Michael Leibman2013-12-033-43/+78
| | | | | | | Add a ‘lazyTotalsCalculation’ grouping info option (default = false) that delays the totals calculation until the item is accessed via getItem(index). This can dramatically improve the perceived performance of the DataView operations on very large datasets.
* Merge pull request #818 from mjonas87/masterMichael Leibman2013-12-031-2/+2
|\ | | | | Improved infinite loop avoidance in autoSizeColumns()
| * Fixed steps in autoSizeColumns() that detects infinite loops for shrink and ↵Matt Jonas2013-12-021-2/+2
|/ | | | grow operations. In some cases the prevTotal exceeded total (for grow) and was less than total (for shrink). The existing check simply checked if the 2 values were equal, but not if prevTotal had gone beyond the proper bounds, resulting in an infinite loop.
* Add a requestAnimationFrame-based scrolling benchmark.Michael Leibman2013-11-261-0/+154
|
* Merge pull request #559 from oadam/bugfixAutoSizeColumnMichael Leibman2013-11-261-3/+7
|\ | | | | bugfix column can grow larger than its maxwidth
| * forgotten replaceoadam2013-03-221-1/+1
| |
| * bugfix column can grow larger than its maxwidthoadam2013-03-221-3/+7
| |
* | Workaround for broken inertial scrolling on Mac WebKit/Blink.Michael Leibman2013-11-201-1/+30
| |
* | Merge pull request #729 from lencyforce/masterMichael Leibman2013-11-191-5/+10
|\ \ | | | | | | undo edit command doesn't trigger onCellChange event
| * | undo edit command doesn't trigger onCellChange eventlencyforce2013-08-251-5/+10
| | |
* | | Merge pull request #795 from styfle/masterMichael Leibman2013-11-181-0/+7
|\ \ \ | | | | | | | | Visible row count vs total row count in slick.pager.js
| * | | Visible row count vs total row count in slick.pager.jsSteven2013-10-301-0/+7
| | | |
* | | | Added an 'addNewRowCssClass' option.Michael Leibman2013-11-181-1/+6
| | | |
* | | | Fixed a missing unit in CSS.Michael Leibman2013-11-171-1/+1
| | | |
* | | | Fix #791 - Cancel the current edit on updateRowCount().Michael Leibman2013-11-171-0/+2
| | | |
* | | | #794 - Add an event that exposes the internal selected row ids.Michael Leibman2013-11-171-4/+23
| | | | | | | | | | | | | | | | | | | | Make DataView. syncGridSelection() return an event that notifies when an internal list of selected row ids changes.
* | | | Fix #794 - Add an option to keep out-of-the-view items selected when ↵Michael Leibman2013-11-031-5/+29
|/ / / | | | | | | | | | selection changes (preserveHiddenOnSelectionChange)
* | | Fix the onClick firing twice.Michael Leibman2013-10-301-1/+1
| | | | | | | | | | | | | | | Temporarily comment out the code that deals with restoring focus on clicks outside the row until I find a better solution.
* | | Merge pull request #781 from tobya/ghpages-GHLinkMichael Leibman2013-10-1330-0/+129
|\ \ \ | | | | | | | | Link to Github Source from examples
| * | | updated one missing source linkToby Allen2013-10-131-1/+1
| | | |
| * | | Added Link to Github sourceToby Allen2013-10-1330-0/+129
| | | | | | | | | | | | | | | | for all example pages in github pages
* | | | Undo an accedental edit.Michael Leibman2013-10-121-1/+1
| | | |
* | | | Add a grid initialization benchmark.Michael Leibman2013-10-122-1/+58
| | | |
* | | | Fix #744 - When multi-select is off, do not stop propagation on the ↵Michael Leibman2013-10-061-23/+23
| | | | | | | | | | | | | | | | shift-click event.
* | | | Merge pull request #725 from kzhdev/performanceMichael Leibman2013-09-271-11/+16
|\ \ \ \ | | | | | | | | | | Performance Improvement
| * | | | remove not used variablekzhdev2013-08-221-1/+0
| | | | |
| * | | | remove numberOfRows private member because it only used in UpdateRowCount.kzhdev2013-08-221-1/+0
| | | | |
| * | | | performance improvementkzhdev2013-08-221-9/+16
| | |/ / | |/| | | | | | | | | | | | | | Conflicts: slick.grid.js
* | | | Merge pull request #699 from Morhaus/box-sizingMichael Leibman2013-09-121-13/+17
|\ \ \ \ | | | | | | | | | | Support the "box-sizing: border-box;" css rule for column headers
| * | | | Add support for vendor prefixesAlexandre K2013-08-051-2/+2
| | | | |
| * | | | Set a correct width for the column header placeholderAlexandre K2013-08-021-1/+1
| | | | |
| * | | | Ignore paddings and borders of column headers and cells when their ↵Alexandre K2013-08-021-12/+16
| | | | | | | | | | | | | | | | | | | | box-sizing CSS property is set to border-box
* | | | | Fix #738 - Use an object instead of an array to hold groups by value.Michael Leibman2013-09-121-1/+1
| |/ / / |/| | |
* | | | Move the default theme CSS out from /examples.Michael Leibman2013-08-132-6/+6
| | | |
* | | | Merge pull request #712 from ramen/expose_scroll_pageMichael Leibman2013-08-131-4/+6
|\ \ \ \ | |_|/ / |/| | | Expose scrollPageUp and scrollPageDown methods
| * | | Rename scrollPageUp/Down to navigatePageUp/DownDave Benjamin2013-08-121-6/+6
| | | |
| * | | Expose scrollPageUp and scrollPageDown methodsDave Benjamin2013-08-121-0/+2
| | | |
* | | | Update virtually-rendered cells when resizing the grid (#714).Michael Leibman2013-08-131-0/+2
|/ / /
* | | Bump version to 2.2.Michael Leibman2013-08-101-2/+2
| | |
* | | Make the CellRangeDecorator selection CSS class configurable via ↵Michael Leibman2013-08-101-1/+3
| | | | | | | | | | | | 'selectionCssClass' option.
* | | Added a 'slick-range-decorator' class to CellRangeDecorator.Michael Leibman2013-08-101-2/+2
| | | | | | | | | This makes it possible to style the cell range decoration in CSS.
* | | Check group title in .equals().Michael Leibman2013-08-101-1/+2
| | |
* | | Merge pull request #704 from jbthoma/patch-1Michael Leibman2013-08-101-3/+3
|\ \ \ | | | | | | | | Fix for CheckboxEditor
| * | | Update slick.editors.jsjbthoma2013-08-071-1/+1
| | | |
| * | | Update slick.editors.jsjbthoma2013-08-071-3/+3
| |/ / | | | | | | Jquery 1.6+ requires use of prop instead of attr to manipulate checked state.
* | | Merge pull request #705 from dekajp/Issue-701Michael Leibman2013-08-101-1/+1
|\ \ \ | | | | | | | | very minor Example fix - No code , changed word Drag to Resize
| * | | very minor Example fix - No code , changed Drag to ResizeJyoti Deka2013-08-071-1/+1
| |/ /
* | | Add PgUp/PgDown handling.Michael Leibman2013-08-102-16/+70
|/ /
* | Add 'groupFormatter' and 'totalsFormatter' options to ↵Michael Leibman2013-07-311-3/+5
| | | | | | | | Slick.GroupItemMetadataProvider.
* | Fix #605 by directly checking for "slick-cell" on click.Michael Leibman2013-07-291-1/+2
| |
* | Merge pull request #651 from yelinaung/master2.1.02.1origin/2.1Michael Leibman2013-07-111-1/+1
|\ \ | | | | | | Changed jquery.event.drag-2.2 file encoding to UTF-8
| * | Re-saved the SlickGrid with UTF-8mgpyone2013-06-251-1/+1
| | |
* | | Add an example demonstrating the use of a data provider to generate a totals ↵Michael2013-07-111-0/+130
| | | | | | | | | | | | row.
* | | Merge pull request #669 from mleibman/gh-pagesMichael Leibman2013-07-110-0/+0
|\ \ \ | | | | | | | | Merge master into gh-pages.
| * | | Fix #613 - set grid focus when the range is selectedMichael Leibman2013-05-221-0/+2
| | | |
| * | | Fix #418 - header menu icons not visible in FF when used with sortable columnsMichael Leibman2013-05-223-2/+6
| | | |
| * | | Clean up file.Max Kramer2013-05-221-24/+18
| | | |
| * | | Fix test and clean up.Max Kramer2013-05-222-91/+77
| | | |
| * | | Add link to AutoTooltips test.Max Kramer2013-05-221-29/+32
| | | |
| * | | Add example to demonstrate AutoTooltips.Max Kramer2013-05-221-0/+73
| | | |
| * | | Add functionality to AutoTooltips to optionally work for header cells. Add ↵Max Kramer2013-05-223-14/+216
| | | | | | | | | | | | | | | | tests for AutoTooltips.
| * | | Stop propagation of click event in showMenuOliver Wienand2013-05-221-0/+4
| | | | | | | | | | | | | | | | | | | | Stop propagation of click event in showMenu as otherwise the column sorting is triggered
| * | | Applied fix to destroy error with JQuery 1.9.kevinbeckstead2013-05-221-2/+2
| | | |
| * | | Fix Safari 6 toString() bugMichael Leibman2013-05-221-1/+1
| | | | | | | | | | | | | | | | Merged from https://github.com/jaywilliams/SlickGrid/commit/6b8de2183491408e1d89ed7c7981c24d9f276dc2.
| * | | Fix typosMichael Leibman2013-05-221-2/+2
| | | |
* | | | Fix the loading indicator not clearing in some cases.Michael Leibman2013-07-111-1/+2
| | | |
* | | | Merge branch 'master' of github.com:mleibman/SlickGridMichael Leibman2013-07-112-21/+42
|\ \ \ \
| * \ \ \ Merge pull request #655 from RandScullard/Fix601Michael Leibman2013-07-112-21/+42
| |\ \ \ \ | | | | | | | | | | | | Fix issue #601 - Update AJAX example to load from Hacker News
| | * | | | Update Example 6 (AJAX-loading data with search) to access the Hacker News ↵Rand Scullard2013-06-252-21/+42
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | search API rather than the now-obsolete Digg API. Some of the code that talks to HNSearch was taken from Aleks Jakulin's nice work on pull request #412 (commit d175aa14fda2a7ce4edcdbc7e6a6fc17349bcec4), but my changes to the example are more minimal. I've also improved the sorting a bit and added a sortable Date column.
* | | | | Upgrade to the latest JSONP lib (part 2).Michael Leibman2013-07-112-4/+1
|/ / / /
* | | | Upgrade to the latest JSONP lib.Michael Leibman2013-07-111-0/+3
| | | |
* | | | Merge pull request #659 from icoxfog417/issue563Michael Leibman2013-07-111-1/+4
|\ \ \ \ | | | | | | | | | | fix issue #563 IE8 throws exception at clearTextSelection() in slick.grid.js
| * | | | adjust formatTakahiroKubo2013-06-291-4/+4
| | | | |
| * | | | fix issue #563Takahiro3Kubo2013-06-281-1/+4
| | | | |
* | | | | Merge pull request #587 from pandell/fix-inline-filtersMichael Leibman2013-07-112-8/+42
|\ \ \ \ \ | |/ / / / |/| | | | Improve `return` matching for inlined filter functions
| * | | | Fix inlining for evaluated return statements.John Gozde2013-04-231-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Applies the following regex changes: - Match closing brace and end-of-input as valid `return` terminators - Preserve captured return terminator in inlined function - Tolerate arbitrary spacing before return terminators
| * | | | Add failing test for evaluated returns.John Gozde2013-04-231-1/+18
| | | | |
| * | | | Fix return statement handling when inlining.John Gozde2013-04-232-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modify regular expressions as follows: - Include end-of-input ($) as possible return statement terminator - Ignore spaces preceding return statement terminators - Preserve captured terminator in resulting function
| * | | | Add failing test case for inlined filtering.John Gozde2013-04-231-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Filters with `return true|false` statements that are not terminated by semi-colons or closing braces will be left dangling in the slickgrid-compiled function. This causes invalid data to be returned when filtering. This can be an issue when JS compression/minification is integrated into a project, because some minifiers strip trailing semicolons when possible.
* | | | | Merge pull request #658 from ibrahimkarahan/mleibman-masterMichael Leibman2013-06-271-2/+4
|\ \ \ \ \ | | | | | | | | | | | | Fixed scrolling with keyboard selection
| * | | | | Fixed scrolling with keyboard selectionIbrahim Karahan2013-06-271-2/+4
| | |/ / / | |/| | |
* | | | | Maintain the reference to the right "self" object in DataView.Michael Leibman2013-06-251-2/+2
|/ / / /
* | | | Remove the use of jQueryUI effect and move the invalid cell animation into CSS.Michael Leibman2013-06-202-2/+17
| | | |
* | | | Merge pull request #638 from kzhdev/masterMichael Leibman2013-06-191-17/+21
|\ \ \ \ | | | | | | | | | | Performance Improvement: Avoid calling getDataItem multiple time for the same row.
| * | | | back out for loop changeskzhdev2013-06-141-1/+1
| | | | |
| * | | | Merge remote-tracking branch 'upstream/master'kzhdev2013-06-141-1/+2
| |\ \ \ \
| * | | | | minimize getDataLength() callskzhdev2013-06-141-6/+8
| | | | | |
| * | | | | more performance improvementkzhdev2013-06-141-2/+3
| | | | | |
| * | | | | performance improvement: avoid calling getDataItem multiple times for same rowkzhdev2013-06-141-10/+11
| | | | | |
* | | | | | Merge pull request #639 from RandScullard/masterMichael Leibman2013-06-191-0/+61
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Add index.html to the examples folder
| * | | | | Add index.html to the examples folder.Rand Scullard2013-06-191-0/+61
|/ / / / /
* | | | | Merge pull request #634 from ciaranj/jquery_fragment_bloatMichael Leibman2013-06-131-1/+2
|\ \ \ \ \ | |/ / / / |/| | | | Avoids (minor) jQuery fragments cache leak