Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icl 14487 scroll for pinned column #89

Open
wants to merge 224 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
224 commits
Select commit Hold shift + click to select a range
3c80f2c
Add frozen column support
JLynch7 Sep 24, 2011
6a22ece
Update jQuery to 1.6.4 & jQuery UI 1.8.16
JLynch7 Sep 24, 2011
58744c3
Add frozen column example
JLynch7 Sep 24, 2011
5e28d56
jQuery syntax for .scrollLeft
JLynch7 Sep 24, 2011
b1a1ec1
Spelling
JLynch7 Sep 24, 2011
67f00cd
Fix unselectable cells
JLynch7 Sep 24, 2011
781ce24
Combine scrollLeft calls
JLynch7 Sep 24, 2011
671cfdb
Minor cleanup
JLynch7 Sep 24, 2011
58245f1
Fix variable scope
JLynch7 Sep 24, 2011
23593cc
Add sample data to frozen column example
JLynch7 Sep 24, 2011
8d52806
Fix vertical scrolling
JLynch7 Sep 24, 2011
0f886cf
Add line for Credits. Remove some comments
JLynch7 Sep 24, 2011
65cc69c
Consolidate bind calls into one call.
JLynch7 Sep 24, 2011
9c3d23d
Consolidate bind calls into one call.
JLynch7 Sep 24, 2011
359fc98
Add dynamic frozen column support
JLynch7 Sep 25, 2011
34a9e8d
Update frozen column example to demonstrate dynamic feature
JLynch7 Sep 25, 2011
904d010
Fix viewport height
JLynch7 Sep 25, 2011
a523f81
Remove unused variables
JLynch7 Sep 25, 2011
156877c
Add frozen rows example
JLynch7 Sep 28, 2011
1d1a387
Add feature: Frozen rows -- alpha
JLynch7 Sep 29, 2011
1d79f68
Frozen Rows - Alpha 2
JLynch7 Oct 2, 2011
e52411a
Create separate examples for Frozen Rows, Frozen Rows & Columns
JLynch7 Oct 2, 2011
94aa8f0
Fix some positioning issues with frozen rows.
JLynch7 Oct 2, 2011
dcb9f33
Return the correct secondary headers
JLynch7 Oct 2, 2011
4e72d5b
Update the frozen rows, frozen rows & columns examples to set the fro…
JLynch7 Oct 2, 2011
7ef65a7
Fix scrolling up when frozen rows and frozen columns are enabled.
JLynch7 Oct 2, 2011
7419173
Fix the ability to dynamically enable and disabled frozen rows and co…
JLynch7 Oct 3, 2011
8925ba6
github generated gh-pages branch
JLynch7 Oct 3, 2011
c7adb55
Initial gh-pages commit
JLynch7 Oct 4, 2011
e0cc0ff
Merge branch 'gh-pages' of github.com:JLynch7/SlickGrid into gh-pages
JLynch7 Oct 4, 2011
32c460e
Fix some sizing issues
JLynch7 Oct 4, 2011
167e917
Merge branch '1.4.3-frozenRows' into gh-pages
JLynch7 Oct 4, 2011
9bcc213
Update secondary header row to support frozen columns
JLynch7 Oct 5, 2011
52bd773
Merge branch '1.4.3-frozenRows' into gh-pages
JLynch7 Oct 5, 2011
ac54eb2
jQuery include typo
JLynch7 Oct 6, 2011
aa92c3d
Starting frozen rows & columns
JLynch7 Oct 6, 2011
346ca80
Update jQuery to 1.6.4 & jQuery UI to 1.8.16
JLynch7 Oct 6, 2011
cb9add6
Start rendering frozen rows and columns.
JLynch7 Oct 6, 2011
a23b9a8
Frozen rows and columns rendered, but an offset issue exists when fro…
JLynch7 Oct 11, 2011
f8c4021
Fix viewport width & height when frozen rows and columns are not enab…
JLynch7 Oct 11, 2011
863c4cc
Fix right viewport column position
JLynch7 Oct 12, 2011
7c22790
Properly add both row pieces to the row cache
JLynch7 Oct 12, 2011
2f12b1b
Support horizontal scrolling
JLynch7 Oct 12, 2011
5c495d4
Fix vertical scrolling.
JLynch7 Oct 13, 2011
c22ebba
Set the scrollTop more efficiently
JLynch7 Oct 13, 2011
31ea1fc
Remove some unnecessary lines
JLynch7 Oct 13, 2011
2d0b093
Clean up the global scope
JLynch7 Oct 14, 2011
6b7561d
Fix scrolling down onKeyDown
JLynch7 Oct 14, 2011
acb5e2e
Fix horizontal scrolling onKeyDown
JLynch7 Oct 14, 2011
1f0346f
Use buttons to set frozen columns instead of keyUp event.
JLynch7 Oct 14, 2011
e1333b9
Fix some display and scrolling visibility issues when enabling/disabl…
JLynch7 Oct 16, 2011
4d3c24a
Minor cleanup
JLynch7 Oct 16, 2011
9f9a6e1
Tweak scrolling in onKeyDown
JLynch7 Oct 17, 2011
9859c68
Support column resizing
JLynch7 Oct 21, 2011
995350d
Add a background color to the column header resize handle
JLynch7 Oct 21, 2011
63d93a6
Add TODO list
JLynch7 Oct 23, 2011
17bd598
Fix column re-order with frozen columns
JLynch7 Oct 23, 2011
8d168fe
Update TODO
JLynch7 Oct 23, 2011
709b1aa
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Oct 27, 2011
1cd13da
File cleanup
JLynch7 Oct 27, 2011
549246e
Fix which header column is returned in getHeaderRowColumn
JLynch7 Oct 27, 2011
bee03e6
Properly set the top right viewport width when frozen columns are ena…
JLynch7 Oct 29, 2011
2a53c2d
Merge branch 'master' into 2.0-frozenRowsAndColumns
JLynch7 Oct 29, 2011
c134b51
Merge branch 'master' into gh-pages
JLynch7 Oct 29, 2011
827861f
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Oct 29, 2011
6b3cf4d
Clean up the examples demonstrating frozen columns and rows
JLynch7 Oct 29, 2011
aa75212
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Oct 29, 2011
f5b7d77
Remove old examples
JLynch7 Oct 29, 2011
e21452e
Merge branch 'master' into 2.0-frozenRowsAndColumns
JLynch7 Nov 11, 2011
54137aa
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Nov 11, 2011
93d707d
Merge branch 'master' into gh-pages
JLynch7 Nov 12, 2011
db2cb1f
Merge branch 'master' into gh-pages
JLynch7 Nov 12, 2011
c18bc9e
Merge branch 'master' into 2.0-frozenRowsAndColumns
JLynch7 Nov 12, 2011
23d5cd4
Update jQuery libs
JLynch7 Nov 12, 2011
170124f
Choose the correct canvas during setFocus(). Fixes an issue in Chrom…
JLynch7 Nov 12, 2011
d38eea2
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Nov 12, 2011
a525931
Fix setFocus typo and simplify the parent determination.
JLynch7 Nov 19, 2011
7294701
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Nov 19, 2011
99d67af
Merge branch 'master' into ScrollDuringMove
JLynch7 Nov 28, 2011
ffc9823
Move the scroll viewport during row drag event function to a timer
JLynch7 Nov 28, 2011
6281fdd
Ignore IDE project files
JLynch7 Nov 28, 2011
7f76c6e
Merge branch 'master' into 2.0-frozenRowsAndColumns
JLynch7 Jan 8, 2012
583fa56
Ignore Eclipse files
JLynch7 Jan 8, 2012
d0f0ead
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Jan 8, 2012
2f430d6
Add support for mousewheel scrolling in frozen column viewports
JLynch7 Mar 2, 2012
bb0baa8
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Mar 2, 2012
bb037d7
Merge branch 'master' into 2.0-frozenRowsAndColumns
JLynch7 May 12, 2012
7e03dbd
Update header row properly after setOptions is called
JLynch7 May 12, 2012
b24c6ab
Merge branch 'ScrollDuringMove' into 2.0-frozenRowsAndColumns
JLynch7 May 12, 2012
255b643
Merge remote-tracking branch 'mleibman/master' into 2.0-frozenRowsAnd…
JLynch7 May 12, 2012
7ba4d9d
Fix horizontal scrolling after frozenColumns update
JLynch7 May 12, 2012
1ac4988
When disabling frozen rows, properly resize the canvas
JLynch7 May 12, 2012
1763d6d
Fix viewport scrolling while navigating down
JLynch7 May 12, 2012
5d136a8
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 May 12, 2012
6423389
Fix issue #9: Frozen columns left viewport doesn't scroll correctly i…
JLynch7 May 28, 2012
3fec88e
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 May 28, 2012
8828a1a
Fix issue #10: Column resizing is inconsistent after latest merge wit…
JLynch7 May 29, 2012
b76cf01
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 May 29, 2012
332a554
Remove completed TODO
JLynch7 May 29, 2012
8f56c04
Fix row cache cleanup when no rows are frozen
JLynch7 May 30, 2012
a682138
Fix bottom right pane position during column resize and frozen column…
JLynch7 May 30, 2012
a92956e
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 May 30, 2012
f5cd98e
Whitespace
JLynch7 Jun 2, 2012
122f5f8
Added "scrollRowToTop()" and fixed bounds checking in "scrollRowIntoV…
JLynch7 Jun 5, 2012
1529114
Sped up getMaxSupportedCssHeight() by doing exponential testing inste…
JLynch7 Jun 5, 2012
0b1a6bc
Fixed headers sometimes getting out of sync when the grid is resized.
JLynch7 Jun 5, 2012
e4a7db2
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Jun 5, 2012
affc13c
Fix columns widths when resizing and forceFitColumns is enabled. Sti…
JLynch7 Jun 7, 2012
97982d3
Fix columns widths when resizing and forceFitColumns is enabled. Sti…
JLynch7 Jun 7, 2012
a89ce5a
Merge branch '2.0-frozen-column-resizing' into 2.0-frozenRowsAndColumns
JLynch7 Jun 7, 2012
4c07f7f
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Jun 7, 2012
0842923
Fix column resizing while frozen columns are enabled (for real this t…
JLynch7 Jun 15, 2012
9a06c3c
Fix remaining column resize bugs when frozen columns is enabled
JLynch7 Jun 16, 2012
1dffc84
Merge branch '2.0-frozen-column-resizing' into 2.0-frozenRowsAndColumns
JLynch7 Jun 16, 2012
4adc729
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Jun 16, 2012
6c3eb70
Fix autoHeight display
JLynch7 Jun 17, 2012
5582c16
Fix aync
JLynch7 Jun 17, 2012
83da2b3
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Jun 17, 2012
0734f5f
Fix row move proxy & guide when frozen columns
JLynch7 Jun 17, 2012
a819ce1
Only bind mousewheel events if the jQuery plugin is loaded
JLynch7 Jun 17, 2012
27a8e82
Update TODO list
JLynch7 Jun 17, 2012
6e014d2
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Jun 17, 2012
73254fd
Fix autoHeight when frozenColumns is enabled
JLynch7 Jun 19, 2012
fb5164c
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Jun 19, 2012
901b2fb
A few more autoHeight tweaks
JLynch7 Jun 22, 2012
02e1fd5
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Jun 22, 2012
b8b4c07
Fix issue #18
JLynch7 Jun 24, 2012
93d77cf
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Jun 24, 2012
1cd4a45
Remove duplicate option
JLynch7 Jun 24, 2012
3e72136
Another attempt to fix issue #17
JLynch7 Jun 27, 2012
d77991f
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Jun 27, 2012
b697797
Merge "Remove the "row" attribute from the row nodes..." from mleibman
JLynch7 Jun 27, 2012
160b472
Merge branch 'mergeMaster' into 2.0-frozenRowsAndColumns
JLynch7 Jun 30, 2012
c3d546f
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Jun 30, 2012
2d507af
Merge branch 'master' into 2.0-frozenRowsAndColumns
JLynch7 Jun 30, 2012
4558223
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Jun 30, 2012
adf2f16
More tweaks for issue #17. Improved mouse wheel sensitivity. Last ro…
JLynch7 Jun 30, 2012
d14d9d8
More tweaks for issue #17. Improved mouse wheel sensitivity. Last ro…
JLynch7 Jun 30, 2012
33710e2
Fix issue with onClick not choosing the correct row
JLynch7 Jun 30, 2012
c6119a3
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Jun 30, 2012
4cb9f0c
Add an example how to enable row hover highlighting that supports fro…
JLynch7 Jul 1, 2012
ab82d9a
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Jul 1, 2012
0b8beb3
Fix issue #24
JLynch7 Jul 7, 2012
e3fac37
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Jul 7, 2012
2101913
Merge branch 'master' into 2.0-frozenRowsAndColumns
JLynch7 Jul 15, 2012
fdf0596
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Jul 15, 2012
d15f585
Properly support virtual columns with frozen rows & columns
JLynch7 Jul 21, 2012
8ac0bd6
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Jul 21, 2012
ee2866a
Change frozen row checks to a boolean variable to simplify some logic
JLynch7 Aug 1, 2012
158b8f2
Add support for frozen rows at the bottom of the grid
JLynch7 Aug 5, 2012
b24627c
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Aug 7, 2012
fe112e7
Merge branch 'master' into 2.0-frozenRowsAndColumns
JLynch7 Aug 7, 2012
1f5b2f5
Remove onColumnChanged event to align with upstream
JLynch7 Aug 7, 2012
12ac99f
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Aug 7, 2012
cfbc7ae
Fix an issue with frozen bottom rows when the total number of rows is…
JLynch7 Aug 8, 2012
486a29e
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Aug 8, 2012
90ce775
Add the ID back to the grid container to re-enable grid resizing
JLynch7 Aug 8, 2012
9f0752a
Merge branch '2.0-frozenRowsAndColumns' into gh-pages
JLynch7 Aug 8, 2012
1945745
Merge branch 'master' into 2.0-frozenRowsAndColumns
JLynch7 Sep 10, 2012
fa5a155
Fix an issue with rows not being removed from the cache (improves scr…
JLynch7 Sep 10, 2012
f45936a
Add a GitHub readme file
JLynch7 Sep 10, 2012
a11cc05
Minor row cache fix
JLynch7 Sep 14, 2012
0c359fa
Merge branch 'gh-pages' into 2.0-frozenRowsAndColumns
JLynch7 Sep 14, 2012
291ca68
Cleanup
JLynch7 Sep 14, 2012
d3ee1c0
Readme formatting
JLynch7 Sep 14, 2012
107f2bd
Merge branch 'master' into 2.0-frozenRowsAndColumns
JLynch7 Nov 18, 2012
a35162e
Fix issue #29
JLynch7 Nov 20, 2012
e5430c2
Update the frozen column/row examples to use the new setTopPanelVisib…
JLynch7 Nov 20, 2012
eb7a7e6
WIP: Attempting to focus on the correct canvas
JLynch7 Dec 3, 2012
98ccb52
Merge branch 'master' into 2.0-frozenRowsAndColumns
JLynch7 Dec 3, 2012
1bae42d
Fix cell selection when frozen rows/columns are enabled.
JLynch7 Dec 9, 2012
177553f
Merge branch '#31' into 2.0-frozenRowsAndColumns
JLynch7 Dec 9, 2012
50b6e18
Upgrade to jQuery UI 1.8.24
JLynch7 Dec 9, 2012
66bf7ca
Add an example showing SlickGrid with frozen columns in jQuery UI tabs
JLynch7 Dec 9, 2012
c597895
Fixes changing frozeness
Dec 21, 2012
28a437b
Fixes width change detection on initial load
Dec 22, 2012
1cd3470
Merge remote-tracking branch 'mleibman/master' into 2.0-frozenRowsAnd…
JLynch7 Dec 24, 2012
7923c55
Merge branch 'vyrak/jlynch-freeze' into 2.0-frozenRowsAndColumns
JLynch7 Dec 24, 2012
c6f0401
Fix frozen rows toggle on/off
JLynch7 Dec 26, 2012
ea2d78f
Fix issue #37: row cache is not properly cleared if no frozen rows exist
JLynch7 Jan 11, 2013
dc2e654
Update ignored files
JLynch7 Feb 16, 2013
8e673fb
Fix issue #38
JLynch7 Feb 16, 2013
1aa8435
Merge branch 'master' into 2.0-frozenRowsAndColumns
JLynch7 Feb 16, 2013
beb27c3
Merge branch 'master' into 2.0-frozenRowsAndColumns
JLynch7 Mar 1, 2013
5c64bc1
Merge branch 'master' into 2.0-frozenRowsAndColumns
JLynch7 Mar 2, 2013
f77146b
Adding missing library dependency
Mar 8, 2013
5d39f64
adding missing dependencies to example files
Mar 8, 2013
9cbab82
Refactor Scrolling: scroll from any panel
Mar 9, 2013
4676561
Adding headerRowSpacerR
Mar 9, 2013
121ce22
Merge pull request #42 from gcko/patch-1
JLynch7 Mar 14, 2013
57b37ff
Merge remote-tracking branch 'gcko/patch-2' into 2.0-frozenRowsAndCol…
JLynch7 Mar 15, 2013
b789ba3
Merge remote-tracking branch 'gcko/patch-3' into 2.0-frozenRowsAndCol…
JLynch7 Mar 15, 2013
1ab05c5
Merge branch 'master' into 2.0-frozenRowsAndColumns
JLynch7 Mar 15, 2013
ef78963
Fix row move proxy & guide width when frozen columns are enabled
JLynch7 Mar 15, 2013
a7809ea
Merge branch 'master' into 2.0-frozenRowsAndColumns
JLynch7 Mar 21, 2013
64abb81
Merge branch 'master' into 2.0-frozenRowsAndColumns
JLynch7 Apr 30, 2013
8d10612
Fix slow vertical scrolling
JLynch7 Apr 30, 2013
a3afb9d
Fix for issue #52 'onBeforeHeaderRowCellDestroy event triggered to late'
krzyzak00 Jun 11, 2013
25be34c
Merge branch 'master' into 2.0-frozenRowsAndColumns
JLynch7 Jul 5, 2013
21ec6b0
handleMouseWheel fix
joshq00 Oct 18, 2013
b0ff402
Merge branch 'master' into 2.0-frozenRowsAndColumns
JLynch7 Nov 1, 2013
5d35dd1
Code Formatting
JLynch7 Nov 1, 2013
bfe6150
Missing a }
JLynch7 Nov 1, 2013
e38670f
fix #39
JLynch7 Nov 1, 2013
aa57784
Merge remote-tracking branch 'krzyzak00/2.0-frozenRowsAndColumns' int…
JLynch7 Nov 1, 2013
29025e8
Merge commit '21ec6b00a8ea529d5e74ccd98f06d8cced7185c1' into 2.0-froz…
JLynch7 Nov 1, 2013
2bc87dc
Add 'active' class to active row
JLynch7 Nov 1, 2013
6622186
ICL-10844 Add changes from Dashboard's SlickGrid
Luladjiev Apr 27, 2015
29ba907
Add package.json
Luladjiev May 26, 2015
2ce492c
Fix version
Luladjiev May 26, 2015
5164e5d
ICl-11104 Add getter in group object
Luladjiev Jun 15, 2015
837ffe9
Bump version
Luladjiev Jun 15, 2015
f407535
ICL-13107 Now grid uses fa4 icons for collapse/expand.
amihaylov May 4, 2016
21fedc0
ICL-13373 Fixing issue when frozen column do not show data
Vatsov May 4, 2016
f9047f7
ICL-13414 Add getFilteredAndPagedItems to public methods
Luladjiev May 10, 2016
bf1930a
Bump version
Luladjiev May 10, 2016
5029021
ICL-12948 Adding additional checks for sorted columns
May 11, 2016
b0faf19
ICL-13881 Exclude product_image_url column from checkbox id
Luladjiev Jun 28, 2016
9fd9daf
Bump version
Luladjiev Jun 28, 2016
54a453a
ICL-13299 Changed references of FA3 to FA4.
amihaylov May 16, 2016
1d3d584
Bump version
Luladjiev Jun 28, 2016
b2add7f
ICL-14024 Fix for error $viewportScrollContainerX is null
Jul 19, 2016
fd756c0
Bump
Jul 19, 2016
7a50b34
ICL-14487 Adding touch event
Oct 10, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.gitk*
.idea/*
*.orig
.project
.DS_Store
.settings/
.project
.idea
38 changes: 19 additions & 19 deletions MIT-LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
Copyright (c) 2010 Michael Leibman, http://github.com/mleibman/slickgrid

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
Copyright (c) 2010 Michael Leibman, http://github.com/mleibman/slickgrid
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
33 changes: 11 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@
# Welcome to SlickGrid

Find documentation and examples in [the wiki](https://github.com/mleibman/SlickGrid/wiki).

## SlickGrid is an advanced JavaScript grid/spreadsheet component

Some highlights:

* Adaptive virtual scrolling (handle hundreds of thousands of rows with extreme responsiveness)
* Extremely fast rendering speed
* Supports jQuery UI Themes
* Background post-rendering for richer cells
* Configurable & customizable
* Full keyboard navigation
* Column resize/reorder/show/hide
* Column autosizing & force-fit
* Pluggable cell formatters & editors
* Support for editing and creating new rows.
* Grouping, filtering, custom aggregators, and more!
* Advanced detached & multi-field editors with undo/redo support.
* “GlobalEditorLock” to manage concurrent edits in cases where multiple Views on a page can edit the same data.
* Support for [millions of rows](http://stackoverflow.com/a/2569488/1269037)
[SlickGrid](https://github.com/jlynch7/SlickGrid/wiki) - A lightning fast JavaScript grid/spreadsheet
==================================================

This Fork's Features
--------------------------------------

Frozen Rows (top & bottom)<br>
Frozen Columns (left only, right coming soon)<br>
Horizontal scrolling of frozen viewport with mousewheel<br>
Scroll viewport during row drag<br>
Scroll viewport during column drag<br>
62 changes: 31 additions & 31 deletions controls/slick.columnpicker.css
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
.slick-columnpicker {
border: 1px solid #718BB7;
background: #f0f0f0;
padding: 6px;
-moz-box-shadow: 2px 2px 2px silver;
-webkit-box-shadow: 2px 2px 2px silver;
box-shadow: 2px 2px 2px silver;
min-width: 100px;
cursor: default;
}

.slick-columnpicker li {
list-style: none;
margin: 0;
padding: 0;
background: none;
}

.slick-columnpicker input {
margin: 4px;
}

.slick-columnpicker li a {
display: block;
padding: 4px;
font-weight: bold;
}

.slick-columnpicker li a:hover {
background: white;
}
.slick-columnpicker {
border: 1px solid #718BB7;
background: #f0f0f0;
padding: 6px;
-moz-box-shadow: 2px 2px 2px silver;
-webkit-box-shadow: 2px 2px 2px silver;
box-shadow: 2px 2px 2px silver;
min-width: 100px;
cursor: default;
}
.slick-columnpicker li {
list-style: none;
margin: 0;
padding: 0;
background: none;
}
.slick-columnpicker input {
margin: 4px;
}
.slick-columnpicker li a {
display: block;
padding: 4px;
font-weight: bold;
}
.slick-columnpicker li a:hover {
background: white;
}
Loading