summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix #744 - When multi-select is off, do not stop propagation on the shift-cli...Michael Leibman2013-10-061-23/+23
* 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
* Fixed scrolling with keyboard selectionIbrahim Karahan2013-06-271-2/+4
* Merge pull request #617 from resnyanskiy/headermenu-and-dialogMichael Leibman2013-05-291-3/+2
|\
| * Fix positioning of a headermenu when grid inside dialog.resnyanskiy2013-05-241-3/+2
* | Added back the default 'buttonImage' property.Michael Leibman2013-05-291-1/+2
* | Move options.buttonImage from JS to CSSresnyanskiy2013-05-252-1/+1
|/
* 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-201-1/+2
* Merge pull request #611 from mckramer/autotooltips2Michael Leibman2013-05-201-14/+49
|\
| * Add functionality to AutoTooltips to optionally work for header cells. Add te...Max Kramer2013-05-201-14/+49
* | Stop propagation of click event in showMenuOliver Wienand2013-05-151-0/+4
|/
* Changes according Pull request #534fetis2013-02-251-5/+13
* Shift+arrow keys support for selectionfetis2013-02-191-1/+53
* Fix #498 - Selections are not always maintained when filtering (Example 4).Michael Leibman2012-12-182-2/+2
* Add an option to cancel edit on drag in RowMoveManager and update the example.Michael Leibman2012-09-271-1/+10
* Fix #421 - Don't close the header menu on scrollbar clickMichael Leibman2012-09-231-1/+1
* Fixed #417 - checkbox select column handling for empty gridsMichael Leibman2012-09-081-1/+1
* BREAKING API CHANGESMichael Leibman2012-08-312-12/+12
* Fix #417 - Header buttons not working in FF.mleibman2012-08-251-0/+6
* Added a Slick.Plugin.HeaderMenu plugin to add drop-down menus to column heade...mleibman2012-06-172-0/+330
* Extended the grid API with "onHeaderRendered" and "onBeforeHeaderDestroy" eve...Michael Leibman2012-06-175-24/+230
* Fix #306 - empty DIV leak in RowMoveManager + drop tolerance in the example.Michael Leibman2012-04-131-2/+0
* Added spacebar handling to CheckboxSelectColumn plugin (issue #277).Michael Leibman2012-02-051-7/+26
* More cleanup.Michael Leibman2012-01-178-86/+86
* Reformatted code.Michael Leibman2012-01-178-732/+729
* Fix undefined global variable usage in markCopySelection() inside CellCopyMan...David Capello2011-12-131-0/+1
* Various fixes.Michael Leibman2011-10-292-15/+28
* Fixed drag'n'drop broken by the last checkin.Michael Leibman2011-03-232-3/+17
* Cleaned up column width calculations and removed syncColumnCellResize option.mleibman2011-02-222-2/+1
* Fixed Autotooltips plugin not unsubscribing from event on destroy.mleibman2011-02-091-1/+1
* Issue #134: Removed unnecessary row invalidation in slick.chechboxselectcolu...mleibman2011-01-121-2/+0
* Fixed RowSelectionModel destructor.mleibman2010-12-191-1/+1
* Added range checking to RowSelectionModel.mleibman2010-12-191-22/+8
* Added a CheckboxSelectColumn plugin.mleibman2010-12-051-0/+139
* Added "updateColumnHeader" grid method.mleibman2010-11-282-4/+19
* Added CellRangeDecorator and refactored CellRangeSelector to use it.mleibman2010-11-273-27/+119
* Rolled back a change to example3 (this has been moved to the spreadsheet exam...mleibman2010-11-271-0/+85
* Fixed the onDragInit event handlers interfering with each other on click.mleibman2010-11-263-112/+152
* Initial commit of v2.0 alpha.mleibman2010-11-263-0/+477