summaryrefslogtreecommitdiffstats
Commit message (Expand)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 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 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
* Merge pull request #818 from mjonas87/masterMichael Leibman2013-12-031-2/+2
|\
| * Fixed steps in autoSizeColumns() that detects infinite loops for shrink and g...Matt Jonas2013-12-021-2/+2
|/
* Add a requestAnimationFrame-based scrolling benchmark.Michael Leibman2013-11-261-0/+154
* Merge pull request #559 from oadam/bugfixAutoSizeColumnMichael Leibman2013-11-261-3/+7
|\
| * 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 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.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
* | | | Fix #794 - Add an option to keep out-of-the-view items selected when selectio...Michael Leibman2013-11-031-5/+29
|/ / /
* | | Fix the onClick firing twice.Michael Leibman2013-10-301-1/+1
* | | Merge pull request #781 from tobya/ghpages-GHLinkMichael Leibman2013-10-1330-0/+129
|\ \ \
| * | | updated one missing source linkToby Allen2013-10-131-1/+1
| * | | Added Link to Github sourceToby Allen2013-10-1330-0/+129
* | | | 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 shift-cli...Michael Leibman2013-10-061-23/+23
* | | | Merge pull request #725 from kzhdev/performanceMichael Leibman2013-09-271-11/+16
|\ \ \ \
| * | | | 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
| | |/ / | |/| |
* | | | Merge pull request #699 from Morhaus/box-sizingMichael Leibman2013-09-121-13/+17
|\ \ \ \
| * | | | 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 box-sizing...Alexandre K2013-08-021-12/+16
* | | | | 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
|\ \ \ \ | |_|/ / |/| | |
| * | | 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 'selectionCs...Michael Leibman2013-08-101-1/+3
* | | Added a 'slick-range-decorator' class to CellRangeDecorator.Michael Leibman2013-08-101-2/+2
* | | Check group title in .equals().Michael Leibman2013-08-101-1/+2
* | | Merge pull request #704 from jbthoma/patch-1Michael Leibman2013-08-101-3/+3
|\ \ \
| * | | Update slick.editors.jsjbthoma2013-08-071-1/+1
| * | | Update slick.editors.jsjbthoma2013-08-071-3/+3
| |/ /
* | | Merge pull request #705 from dekajp/Issue-701Michael Leibman2013-08-101-1/+1
|\ \ \
| * | | 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 Slick.GroupItemMetadata...Michael Leibman2013-07-311-3/+5
* | 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
|\ \
| * | 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
* | | Merge pull request #669 from mleibman/gh-pagesMichael Leibman2013-07-110-0/+0
|\ \ \
| * | | 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 te...Max Kramer2013-05-223-14/+216
| * | | Stop propagation of click event in showMenuOliver Wienand2013-05-221-0/+4
| * | | Applied fix to destroy error with JQuery 1.9.kevinbeckstead2013-05-221-2/+2
| * | | Fix Safari 6 toString() bugMichael Leibman2013-05-221-1/+1
| * | | 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
| |\ \ \ \
| | * | | | Update Example 6 (AJAX-loading data with search) to access the Hacker News se...Rand Scullard2013-06-252-21/+42
| | | |/ / | | |/| |
* | | | | 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
|\ \ \ \
| * | | | 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
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix inlining for evaluated return statements.John Gozde2013-04-231-4/+4
| * | | | Add failing test for evaluated returns.John Gozde2013-04-231-1/+18
| * | | | Fix return statement handling when inlining.John Gozde2013-04-232-6/+9
| * | | | Add failing test case for inlined filtering.John Gozde2013-04-231-0/+14
* | | | | Merge pull request #658 from ibrahimkarahan/mleibman-masterMichael Leibman2013-06-271-2/+4
|\ \ \ \ \
| * | | | | 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
|\ \ \ \
| * | | | 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.Rand Scullard2013-06-191-0/+61
|/ / / / /
* | | | | Merge pull request #634 from ciaranj/jquery_fragment_bloatMichael Leibman2013-06-131-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |