Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1112 from laughinghan/patch-1HEADorigin/masterorigin/HEADmaster | Michael Leibman | 2016-03-10 | 1 | -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 active | Han Seoul-Oh | 2016-03-09 | 1 | -0/+2 |
|/ | |||||
* | Update README.md | Michael Leibman | 2014-05-05 | 1 | -0/+3 |
| | |||||
* | Fix #864 - Implement a 'destroy' method on Slick.ColumnPicker. | Michael Leibman | 2014-01-20 | 1 | -1/+8 |
| | |||||
* | Merge pull request #835 from paulsfds/master | Michael Leibman | 2013-12-19 | 1 | -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 exist | Paul Wong | 2013-12-19 | 1 | -2/+2 |
|/ | |||||
* | Fix a typo | Michael Leibman | 2013-12-03 | 1 | -1/+1 |
| | |||||
* | Optimize DataView group collapse/expand. | Michael Leibman | 2013-12-03 | 1 | -0/+12 |
| | |||||
* | Implement lazy totals calculation in the DataView. | Michael Leibman | 2013-12-03 | 3 | -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/master | Michael Leibman | 2013-12-03 | 1 | -2/+2 |
|\ | | | | | Improved infinite loop avoidance in autoSizeColumns() | ||||
| * | Fixed steps in autoSizeColumns() that detects infinite loops for shrink and ↵ | Matt Jonas | 2013-12-02 | 1 | -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 Leibman | 2013-11-26 | 1 | -0/+154 |
| | |||||
* | Merge pull request #559 from oadam/bugfixAutoSizeColumn | Michael Leibman | 2013-11-26 | 1 | -3/+7 |
|\ | | | | | bugfix column can grow larger than its maxwidth | ||||
| * | forgotten replace | oadam | 2013-03-22 | 1 | -1/+1 |
| | | |||||
| * | bugfix column can grow larger than its maxwidth | oadam | 2013-03-22 | 1 | -3/+7 |
| | | |||||
* | | Workaround for broken inertial scrolling on Mac WebKit/Blink. | Michael Leibman | 2013-11-20 | 1 | -1/+30 |
| | | |||||
* | | Merge pull request #729 from lencyforce/master | Michael Leibman | 2013-11-19 | 1 | -5/+10 |
|\ \ | | | | | | | undo edit command doesn't trigger onCellChange event | ||||
| * | | undo edit command doesn't trigger onCellChange event | lencyforce | 2013-08-25 | 1 | -5/+10 |
| | | | |||||
* | | | Merge pull request #795 from styfle/master | Michael Leibman | 2013-11-18 | 1 | -0/+7 |
|\ \ \ | | | | | | | | | Visible row count vs total row count in slick.pager.js | ||||
| * | | | Visible row count vs total row count in slick.pager.js | Steven | 2013-10-30 | 1 | -0/+7 |
| | | | | |||||
* | | | | Added an 'addNewRowCssClass' option. | Michael Leibman | 2013-11-18 | 1 | -1/+6 |
| | | | | |||||
* | | | | Fixed a missing unit in CSS. | Michael Leibman | 2013-11-17 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fix #791 - Cancel the current edit on updateRowCount(). | Michael Leibman | 2013-11-17 | 1 | -0/+2 |
| | | | | |||||
* | | | | #794 - Add an event that exposes the internal selected row ids. | Michael Leibman | 2013-11-17 | 1 | -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 Leibman | 2013-11-03 | 1 | -5/+29 |
|/ / / | | | | | | | | | | selection changes (preserveHiddenOnSelectionChange) | ||||
* | | | Fix the onClick firing twice. | Michael Leibman | 2013-10-30 | 1 | -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-GHLink | Michael Leibman | 2013-10-13 | 30 | -0/+129 |
|\ \ \ | | | | | | | | | Link to Github Source from examples | ||||
| * | | | updated one missing source link | Toby Allen | 2013-10-13 | 1 | -1/+1 |
| | | | | |||||
| * | | | Added Link to Github source | Toby Allen | 2013-10-13 | 30 | -0/+129 |
| | | | | | | | | | | | | | | | | for all example pages in github pages | ||||
* | | | | Undo an accedental edit. | Michael Leibman | 2013-10-12 | 1 | -1/+1 |
| | | | | |||||
* | | | | Add a grid initialization benchmark. | Michael Leibman | 2013-10-12 | 2 | -1/+58 |
| | | | | |||||
* | | | | Fix #744 - When multi-select is off, do not stop propagation on the ↵ | Michael Leibman | 2013-10-06 | 1 | -23/+23 |
| | | | | | | | | | | | | | | | | shift-click event. | ||||
* | | | | Merge pull request #725 from kzhdev/performance | Michael Leibman | 2013-09-27 | 1 | -11/+16 |
|\ \ \ \ | | | | | | | | | | | Performance Improvement | ||||
| * | | | | remove not used variable | kzhdev | 2013-08-22 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | remove numberOfRows private member because it only used in UpdateRowCount. | kzhdev | 2013-08-22 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | performance improvement | kzhdev | 2013-08-22 | 1 | -9/+16 |
| | |/ / | |/| | | | | | | | | | | | | | | Conflicts: slick.grid.js | ||||
* | | | | Merge pull request #699 from Morhaus/box-sizing | Michael Leibman | 2013-09-12 | 1 | -13/+17 |
|\ \ \ \ | | | | | | | | | | | Support the "box-sizing: border-box;" css rule for column headers | ||||
| * | | | | Add support for vendor prefixes | Alexandre K | 2013-08-05 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Set a correct width for the column header placeholder | Alexandre K | 2013-08-02 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Ignore paddings and borders of column headers and cells when their ↵ | Alexandre K | 2013-08-02 | 1 | -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 Leibman | 2013-09-12 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Move the default theme CSS out from /examples. | Michael Leibman | 2013-08-13 | 2 | -6/+6 |
| | | | | |||||
* | | | | Merge pull request #712 from ramen/expose_scroll_page | Michael Leibman | 2013-08-13 | 1 | -4/+6 |
|\ \ \ \ | |_|/ / |/| | | | Expose scrollPageUp and scrollPageDown methods | ||||
| * | | | Rename scrollPageUp/Down to navigatePageUp/Down | Dave Benjamin | 2013-08-12 | 1 | -6/+6 |
| | | | | |||||
| * | | | Expose scrollPageUp and scrollPageDown methods | Dave Benjamin | 2013-08-12 | 1 | -0/+2 |
| | | | | |||||
* | | | | Update virtually-rendered cells when resizing the grid (#714). | Michael Leibman | 2013-08-13 | 1 | -0/+2 |
|/ / / | |||||
* | | | Bump version to 2.2. | Michael Leibman | 2013-08-10 | 1 | -2/+2 |
| | | | |||||
* | | | Make the CellRangeDecorator selection CSS class configurable via ↵ | Michael Leibman | 2013-08-10 | 1 | -1/+3 |
| | | | | | | | | | | | | 'selectionCssClass' option. | ||||
* | | | Added a 'slick-range-decorator' class to CellRangeDecorator. | Michael Leibman | 2013-08-10 | 1 | -2/+2 |
| | | | | | | | | | This makes it possible to style the cell range decoration in CSS. | ||||
* | | | Check group title in .equals(). | Michael Leibman | 2013-08-10 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #704 from jbthoma/patch-1 | Michael Leibman | 2013-08-10 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | Fix for CheckboxEditor | ||||
| * | | | Update slick.editors.js | jbthoma | 2013-08-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | Update slick.editors.js | jbthoma | 2013-08-07 | 1 | -3/+3 |
| |/ / | | | | | | | Jquery 1.6+ requires use of prop instead of attr to manipulate checked state. | ||||
* | | | Merge pull request #705 from dekajp/Issue-701 | Michael Leibman | 2013-08-10 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | very minor Example fix - No code , changed word Drag to Resize | ||||
| * | | | very minor Example fix - No code , changed Drag to Resize | Jyoti Deka | 2013-08-07 | 1 | -1/+1 |
| |/ / | |||||
* | | | Add PgUp/PgDown handling. | Michael Leibman | 2013-08-10 | 2 | -16/+70 |
|/ / | |||||
* | | Add 'groupFormatter' and 'totalsFormatter' options to ↵ | Michael Leibman | 2013-07-31 | 1 | -3/+5 |
| | | | | | | | | Slick.GroupItemMetadataProvider. | ||||
* | | Fix #605 by directly checking for "slick-cell" on click. | Michael Leibman | 2013-07-29 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #651 from yelinaung/master2.1.02.1origin/2.1 | Michael Leibman | 2013-07-11 | 1 | -1/+1 |
|\ \ | | | | | | | Changed jquery.event.drag-2.2 file encoding to UTF-8 | ||||
| * | | Re-saved the SlickGrid with UTF-8 | mgpyone | 2013-06-25 | 1 | -1/+1 |
| | | | |||||
* | | | Add an example demonstrating the use of a data provider to generate a totals ↵ | Michael | 2013-07-11 | 1 | -0/+130 |
| | | | | | | | | | | | | row. | ||||
* | | | Merge pull request #669 from mleibman/gh-pages | Michael Leibman | 2013-07-11 | 0 | -0/+0 |
|\ \ \ | | | | | | | | | Merge master into gh-pages. | ||||
| * | | | Fix #613 - set grid focus when the range is selected | Michael Leibman | 2013-05-22 | 1 | -0/+2 |
| | | | | |||||
| * | | | Fix #418 - header menu icons not visible in FF when used with sortable columns | Michael Leibman | 2013-05-22 | 3 | -2/+6 |
| | | | | |||||
| * | | | Clean up file. | Max Kramer | 2013-05-22 | 1 | -24/+18 |
| | | | | |||||
| * | | | Fix test and clean up. | Max Kramer | 2013-05-22 | 2 | -91/+77 |
| | | | | |||||
| * | | | Add link to AutoTooltips test. | Max Kramer | 2013-05-22 | 1 | -29/+32 |
| | | | | |||||
| * | | | Add example to demonstrate AutoTooltips. | Max Kramer | 2013-05-22 | 1 | -0/+73 |
| | | | | |||||
| * | | | Add functionality to AutoTooltips to optionally work for header cells. Add ↵ | Max Kramer | 2013-05-22 | 3 | -14/+216 |
| | | | | | | | | | | | | | | | | tests for AutoTooltips. | ||||
| * | | | Stop propagation of click event in showMenu | Oliver Wienand | 2013-05-22 | 1 | -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. | kevinbeckstead | 2013-05-22 | 1 | -2/+2 |
| | | | | |||||
| * | | | Fix Safari 6 toString() bug | Michael Leibman | 2013-05-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Merged from https://github.com/jaywilliams/SlickGrid/commit/6b8de2183491408e1d89ed7c7981c24d9f276dc2. | ||||
| * | | | Fix typos | Michael Leibman | 2013-05-22 | 1 | -2/+2 |
| | | | | |||||
* | | | | Fix the loading indicator not clearing in some cases. | Michael Leibman | 2013-07-11 | 1 | -1/+2 |
| | | | | |||||
* | | | | Merge branch 'master' of github.com:mleibman/SlickGrid | Michael Leibman | 2013-07-11 | 2 | -21/+42 |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #655 from RandScullard/Fix601 | Michael Leibman | 2013-07-11 | 2 | -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 Scullard | 2013-06-25 | 2 | -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 Leibman | 2013-07-11 | 2 | -4/+1 |
|/ / / / | |||||
* | | | | Upgrade to the latest JSONP lib. | Michael Leibman | 2013-07-11 | 1 | -0/+3 |
| | | | | |||||
* | | | | Merge pull request #659 from icoxfog417/issue563 | Michael Leibman | 2013-07-11 | 1 | -1/+4 |
|\ \ \ \ | | | | | | | | | | | fix issue #563 IE8 throws exception at clearTextSelection() in slick.grid.js | ||||
| * | | | | adjust format | TakahiroKubo | 2013-06-29 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | fix issue #563 | Takahiro3Kubo | 2013-06-28 | 1 | -1/+4 |
| | | | | | |||||
* | | | | | Merge pull request #587 from pandell/fix-inline-filters | Michael Leibman | 2013-07-11 | 2 | -8/+42 |
|\ \ \ \ \ | |/ / / / |/| | | | | Improve `return` matching for inlined filter functions | ||||
| * | | | | Fix inlining for evaluated return statements. | John Gozde | 2013-04-23 | 1 | -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 Gozde | 2013-04-23 | 1 | -1/+18 |
| | | | | | |||||
| * | | | | Fix return statement handling when inlining. | John Gozde | 2013-04-23 | 2 | -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 Gozde | 2013-04-23 | 1 | -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-master | Michael Leibman | 2013-06-27 | 1 | -2/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixed scrolling with keyboard selection | ||||
| * | | | | | Fixed scrolling with keyboard selection | Ibrahim Karahan | 2013-06-27 | 1 | -2/+4 |
| | |/ / / | |/| | | | |||||
* | | | | | Maintain the reference to the right "self" object in DataView. | Michael Leibman | 2013-06-25 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | Remove the use of jQueryUI effect and move the invalid cell animation into CSS. | Michael Leibman | 2013-06-20 | 2 | -2/+17 |
| | | | | |||||
* | | | | Merge pull request #638 from kzhdev/master | Michael Leibman | 2013-06-19 | 1 | -17/+21 |
|\ \ \ \ | | | | | | | | | | | Performance Improvement: Avoid calling getDataItem multiple time for the same row. | ||||
| * | | | | back out for loop changes | kzhdev | 2013-06-14 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge remote-tracking branch 'upstream/master' | kzhdev | 2013-06-14 | 1 | -1/+2 |
| |\ \ \ \ | |||||
| * | | | | | minimize getDataLength() calls | kzhdev | 2013-06-14 | 1 | -6/+8 |
| | | | | | | |||||
| * | | | | | more performance improvement | kzhdev | 2013-06-14 | 1 | -2/+3 |
| | | | | | | |||||
| * | | | | | performance improvement: avoid calling getDataItem multiple times for same row | kzhdev | 2013-06-14 | 1 | -10/+11 |
| | | | | | | |||||
* | | | | | | Merge pull request #639 from RandScullard/master | Michael Leibman | 2013-06-19 | 1 | -0/+61 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Add index.html to the examples folder | ||||
| * | | | | | Add index.html to the examples folder. | Rand Scullard | 2013-06-19 | 1 | -0/+61 |
|/ / / / / | |||||
* | | | | | Merge pull request #634 from ciaranj/jquery_fragment_bloat | Michael Leibman | 2013-06-13 | 1 | -1/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | Avoids (minor) jQuery fragments cache leak |