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

update fork from original #1

Open
wants to merge 355 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
355 commits
Select commit Hold shift + click to select a range
fbb0b74
Fix all remaining issues with illegal IDs in hover, click, etc.
deitch Nov 21, 2015
e5a833f
added individual test cases
deitch Nov 21, 2015
db03424
add test page for each width permutation
deitch Nov 28, 2015
f426908
add proper support for multiple widths and resizing
deitch Nov 28, 2015
7307507
bump to 3.4.0 - uses divs, no table
deitch Nov 28, 2015
024fd1d
Add support for double click header resizer to auto-fit
deitch Nov 28, 2015
b3980d3
add credit for Adam Jimenez for his PRs
deitch Nov 29, 2015
f6d2b9b
Switch from floating divs to display:table-row and table-cell to work…
deitch Nov 29, 2015
dce5a80
Update jstreegrid.js
jochenberger Nov 30, 2015
aa30e2b
Merge pull request #128 from jochenberger/patch-2
deitch Nov 30, 2015
8906d7d
Per https://github.com/deitch/jstree-grid/commit/f426908a8d0e353fcef7…
deitch Nov 30, 2015
6539f76
Fix issue with tree being hidden when searching or clearing. Also fix…
deitch Dec 4, 2015
8327419
change how we determine which column is original tree for search and …
deitch Dec 4, 2015
09a49fe
Fix resize falls onto next line, also requires min col width so one c…
deitch Dec 4, 2015
756e1c3
Fix https://github.com/deitch/jstree-grid/pull/130 wherein cells some…
deitch Dec 4, 2015
39f5a3b
set_id causes duplicate cells
adamjimenez Dec 4, 2015
0f703d3
added test for renaming
deitch Dec 5, 2015
3741d10
Merge pull request #136 from adamjimenez/patch-1
deitch Dec 5, 2015
f9e20f3
bump to 3.4.8 to include fix for ID renaming
deitch Dec 5, 2015
ab191ca
Fix bug wherein deselecting node does not remove its selection in gri…
deitch Dec 5, 2015
6505af4
Ensure that double-clicking sends resize_column event; send only colu…
deitch Dec 7, 2015
0190348
stateful setting
adamjimenez Dec 7, 2015
e0ab706
Merge branch 'adamjimenez-patch-1'
deitch Dec 29, 2015
93ddf82
Add README documentation on new stateful setting, bump version
deitch Dec 29, 2015
644f374
Grid height mis-alignment on zoom
adamjimenez Jan 27, 2016
42174eb
Merge branch 'adamjimenez-patch-2'
deitch Feb 6, 2016
c09a1f5
bump version number
deitch Feb 6, 2016
835714b
Update treegrid.html
jochenberger Feb 23, 2016
c563cf4
Update treegrid.html
jochenberger Feb 23, 2016
ea9c28c
Merge pull request #144 from jochenberger/patch-3
deitch Feb 24, 2016
a8a7b5a
Fix https://github.com/deitch/jstree-grid/issues/142
deitch Feb 25, 2016
c05f231
Reapply fixes for drag and drop and fix tests
deitch Apr 7, 2016
eb3c55c
Fix drag-and-drop hierarchical with children so it copies over data r…
deitch Apr 8, 2016
faa045a
Bump version number to reflect fix
deitch Apr 8, 2016
fe7720a
Fix problem where all classes in reparented tree div are added to wra…
deitch Apr 17, 2016
f02f37a
click column to sort
adamjimenez Apr 21, 2016
60b523e
tidy up
adamjimenez Apr 21, 2016
588ec77
dnd works only with properly patched 3.3.0
deitch Apr 21, 2016
e37c752
Merge branch 'column-sort' of https://github.com/adamjimenez/jstree-g…
deitch Apr 21, 2016
c7c899d
Merge branch 'adamjimenez-column-sort'
deitch Apr 21, 2016
f5c7115
Bump version number
deitch Apr 21, 2016
ad49c1a
add test for click sort
deitch Apr 21, 2016
37b7fdf
Fix formatting in README
deitch Apr 28, 2016
53e2698
don't sort after resize
adamjimenez May 4, 2016
250fd91
Fix formatting in README
deitch May 5, 2016
4540b60
Add API support to hide/show column
deitch May 5, 2016
35caea8
Bump version number
deitch May 5, 2016
def1a77
use default mouse cursor over column headers
adamjimenez May 5, 2016
507a562
Merge pull request #150 from adamjimenez/patch-2
adamjimenez May 9, 2016
c473f6c
Merge pull request #153 from adamjimenez/patch-3
adamjimenez May 9, 2016
b24989e
Fix hover and select classes to inherit correctly from jstree-hovered…
deitch May 10, 2016
e77d50d
draggable columns (#151)
adamjimenez May 11, 2016
0aa3ccb
Fixed fnvalue-test.html
deitch May 11, 2016
0a90c23
Merge branch 'master' of github.com:deitch/jstree-grid
deitch May 11, 2016
202d27c
Fix issue wherein multiple value fn breaks subsequent ones; enable so…
deitch May 11, 2016
4e14860
Make sure of no column conflicts
deitch May 11, 2016
16302cc
Add support and contact to README.md
deitch May 11, 2016
d75c8d1
fixed header with scroll
adamjimenez May 11, 2016
01e807e
Properly handle sorting with a function
deitch May 12, 2016
bf54641
Merge pull request #159 from deitch/fix-value-function
deitch May 12, 2016
8ca4690
use local jquery
vxsx Jun 2, 2016
726945a
Merge pull request #165 from vxsx/bugfix/use-local-jquery
deitch Jun 8, 2016
02f68dd
Bump version number
deitch Jun 8, 2016
7a8b572
Add notice about other frameworks
deitch Jun 8, 2016
dc2055d
Change search test to use 3.3.1 and to have much clearer difference b…
deitch Jul 5, 2016
367905b
Fix open node while search is active issue https://github.com/deitch/…
deitch Jul 5, 2016
40f3d70
bump version number
deitch Jul 5, 2016
df3a722
Updated README to properly reflect how change_node works in newer jstree
deitch Jul 6, 2016
2cba71c
Only try to match search if search plugin is enabled, i.e. this._data…
deitch Jul 6, 2016
d9c73fb
Add ability to search for text of grid cell nodes, not just tree nodes
deitch Jul 6, 2016
6cff705
Bump version number
deitch Jul 6, 2016
d9e2100
Change more of the content of the search-test.html to make searching …
deitch Jul 6, 2016
f0d3e85
Ensure all rendered cells are rendered properly in search
deitch Jul 6, 2016
d6af2b6
Bump version
deitch Jul 6, 2016
dae4b9d
ensure that search that brings fewer results after more results has n…
deitch Jul 6, 2016
898853e
Fix issue wherein sort by clicking on headers does not work unless re…
deitch Sep 14, 2016
9590e5a
Bump version number
deitch Sep 14, 2016
af7b6f8
Add publish script
deitch Sep 16, 2016
0e75b34
Added bower.json for bower support
deitch Sep 16, 2016
a3c57f1
Merge pull request #173 from deitch/add-bower-support
deitch Sep 16, 2016
613b8dd
Issue #174: context menu could be modified by grid settings
OgreTransporter Sep 28, 2016
c868473
Fix bug wherein impossible to set fixedHeader to false
deitch Oct 5, 2016
497ba9e
Fix bug wherein cannot edit grid cells of dynamically added row
deitch Oct 5, 2016
47b8de9
cleaner implementation thanks to @adamjimenez
deitch Oct 5, 2016
b6a333a
Add children to show
deitch Oct 6, 2016
b2c1891
Extend test case for search to handle variants on show_only_matches a…
deitch Oct 6, 2016
8be95c1
With thanks to QueroBartK for his help
deitch Oct 6, 2016
835097a
Rename option contextitems to gridcontextmenu and add info to README.md
OgreTransporter Oct 7, 2016
bc78abf
highlight entire row when matched
deitch Oct 7, 2016
b270dd2
Bump version number
deitch Oct 7, 2016
c486056
Merge pull request #182 from deitch/search-highlight-whole-row
deitch Oct 7, 2016
1a1e971
rebase to master
deitch Oct 7, 2016
21d980b
fix issue where if show_only_matches=false, fails to show nodes properly
deitch Oct 7, 2016
0361dc7
Properly handle open and close of nodes when in search, clean up how …
deitch Oct 9, 2016
5f25e44
Merge pull request #181 from deitch/handle-search-show-matches-children
deitch Oct 12, 2016
96e0e04
Bump version number for search fixes
deitch Oct 12, 2016
7980f8a
Fix tags in README
jochenberger Oct 13, 2016
1dda30b
Merge pull request #185 from jochenberger/patch-4
deitch Oct 13, 2016
a93eba8
Changed default property
OgreTransporter Oct 19, 2016
181fced
Ensure demo uses jstree >= 3.3.0 and README indicates it
deitch Oct 20, 2016
10b6390
Change version number for all tests
deitch Oct 20, 2016
f75cf12
Merge pull request #186 from deitch/correct-demo-jstree-version
deitch Oct 20, 2016
cd99bb2
Replace individual test html files with html partials and a single ma…
deitch Oct 20, 2016
7610e24
Merge pull request #187 from deitch/unified-tests
deitch Oct 20, 2016
997472a
Remove extraneous comman in package.json
deitch Oct 20, 2016
cb689d1
add an ellipsis if the cell content is too long (#184)
jochenberger Oct 20, 2016
1363686
add the ellipsis via a shared class and also add it to the column
jochenberger Oct 20, 2016
8c7a1b9
Ensure grid cells inherit animation, once .jstree-animated lands in j…
deitch Oct 23, 2016
a509078
Merge pull request #189 from deitch/sync-animation
deitch Oct 23, 2016
af127c9
Bump version number
deitch Oct 23, 2016
a947db1
Apply animation to grid cells, not header. Doh.
deitch Oct 23, 2016
bd93936
added column search api
QueroBartK Oct 25, 2016
16a401f
Added column search to test!
QueroBartK Oct 25, 2016
e5b6d51
small correction in text
QueroBartK Oct 25, 2016
4af5e96
Forgot to link the input field searches for the columns to tree 2 & 3
QueroBartK Oct 25, 2016
e52b4ea
added column search to documentation README file
QueroBartK Oct 25, 2016
4a58715
highlight parameters for overriding search function in column
QueroBartK Oct 25, 2016
042b5ab
show/hide ellipsis depending on the jsTree core.themes.ellipsis setting
jochenberger Oct 26, 2016
7f9f07d
changed README text as adviced by @deitch
QueroBartK Oct 26, 2016
31a5713
Merge pull request #188 from jochenberger/ellipsis
deitch Oct 26, 2016
486942e
Bump version number for ellipsis support
deitch Oct 26, 2016
5aaf356
Merge branch 'column-search-api' of https://github.com/QueroBartK/jst…
deitch Oct 26, 2016
bb13ffe
Merge branch 'QueroBartK-column-search-api'
deitch Oct 26, 2016
99c1cbb
bump version number for column search support
deitch Oct 26, 2016
a9d059d
Update readme for gridcontextmenu
OgreTransporter Oct 27, 2016
c9520fa
Select childs by class instead of tag type
Llorx Nov 11, 2016
93b528f
Updated
Llorx Nov 11, 2016
80e9fff
Another selector updated
Llorx Nov 11, 2016
2644e94
Fix conflicts to merge in contextmenu
deitch Nov 12, 2016
b1335a8
Merge branch 'OgreTransporter-master'
deitch Nov 12, 2016
19543d9
Bump version number, add OgreTransporter as contributor
deitch Nov 12, 2016
56e2770
Merge branch 'patch-1' of https://github.com/Llorx/jstree-grid into L…
deitch Nov 12, 2016
1c6ccb2
Merge branch 'Llorx-patch-1'
deitch Nov 12, 2016
0523b5e
Find jstree nodes by class rather than by element type, per #194
deitch Nov 12, 2016
662f566
Merge remote-tracking branch 'refs/remotes/deitch/master'
Llorx Nov 22, 2016
2db3d67
Avoid node selection if default is prevented
Llorx Nov 22, 2016
3258e89
`render_cell` event
Llorx Nov 22, 2016
10fc23a
`render_cell` event
Llorx Nov 22, 2016
9a8303c
Readme and tests
Llorx Nov 30, 2016
886baa7
Removed render_cell
Llorx Nov 30, 2016
61f7a71
Restructure event handling in README
deitch Nov 30, 2016
c85867a
select event with prevention test broken down into 4 cases
deitch Nov 30, 2016
400a8a5
Merge branch 'Llorx-master'
deitch Nov 30, 2016
9ef311d
Update version number
deitch Nov 30, 2016
1c5a58c
Update README.md
Llorx Dec 7, 2016
59140e4
Create render_cell-event-test.html
Llorx Dec 7, 2016
42f8add
Update test-list.json
Llorx Dec 7, 2016
b0aebd3
Merge remote-tracking branch 'refs/remotes/deitch/master'
Llorx Dec 7, 2016
c86c6c2
Merge remote-tracking branch 'refs/remotes/origin/patch-3' into patch-2
Llorx Dec 7, 2016
3be03bf
Merge remote-tracking branch 'refs/remotes/origin/patch-4' into patch-2
Llorx Dec 7, 2016
1b87634
Merge remote-tracking branch 'refs/remotes/origin/patch-2' into rende…
Llorx Dec 7, 2016
aa65199
Update jstreegrid.js
Llorx Dec 7, 2016
2208072
Fix accidental addition of - in lines
deitch Dec 7, 2016
d61af43
Show results of render_cell test in browser as well
deitch Dec 7, 2016
738c98e
Merge branch 'Llorx-render_cell-event'
deitch Dec 7, 2016
2887437
Add CDNJS version badge in readme
kennynaoh Dec 14, 2016
b3c4792
Merge pull request #204 from kennynaoh/cdnjs-badge
deitch Dec 14, 2016
86bb2c9
Bump npm version number
deitch Dec 14, 2016
a9da1ef
Fix issue wherein tree elementsclicked on draw or show miss grid cells
deitch Dec 17, 2016
b9dd70a
Merge pull request #205 from deitch/enable-selection-on-show
deitch Dec 17, 2016
d6e0408
Bump version
deitch Dec 17, 2016
9b0dcb5
Extract all looping from findDataCell back to single point for optimi…
deitch Jan 18, 2017
b8d851b
Min and Max width support
Llorx Jan 18, 2017
bc92c42
When empty, return an empty jQuery set from findDataCell instead of e…
deitch Jan 19, 2017
4e661b6
Add large-dataset basic test
deitch Jan 19, 2017
869560b
For large dataset test, display time for search using custom event
deitch Jan 19, 2017
2cdd931
When doing search, emit event to indicate how long it took
deitch Jan 19, 2017
b68867d
Remove repetitive search loop in favour of intelligent filter
deitch Jan 19, 2017
54a0f27
Merge pull request #210 from deitch/faster-findGridCell
deitch Jan 20, 2017
85f275c
Bump version number
deitch Jan 20, 2017
05cec48
Save tree column on initialize to avoid future looping
deitch Jan 23, 2017
f967762
More focused search for child nodes
deitch Jan 24, 2017
479c864
Move to pure ID selectors
deitch Jan 24, 2017
68ba6d2
Typo in test-list.json missed a test
deitch Jan 25, 2017
2c2896c
Accidentally passed nodes rather than node IDs to findDataCell() in s…
deitch Jan 25, 2017
4d9172c
use newest jstree 3.3.3 (e.g. support for synchronized row hover anim…
Jan 25, 2017
9caa7e0
Fix bugs in returning nodes from getDataCell() and improve performanc…
deitch Jan 25, 2017
8ac2601
Merge pull request #213 from deitch/prepare-grid-perf
deitch Jan 26, 2017
ebfa25a
Bump version number
deitch Jan 26, 2017
d956951
Add TZanke to contributors
deitch Jan 26, 2017
6b6eb29
Merge pull request #214 from TZanke/update_jstree
deitch Jan 27, 2017
87d3469
Fix search behaviour
bdecarne Feb 7, 2017
97af4b6
Merge pull request #217 from conjecto/master
deitch Feb 13, 2017
537507e
Bump version number
deitch Feb 13, 2017
88c021d
Merge branch 'master' of https://github.com/Llorx/jstree-grid into Ll…
deitch Feb 13, 2017
b726675
Clearify README about minWidth/maxWidth and manual resizing
deitch Feb 13, 2017
c580f38
Add minwidth-maxwidth tests
deitch Feb 13, 2017
7b82d56
Bump minor version and fix Llorx name
deitch Feb 13, 2017
7f7228e
Merge branch 'Llorx-master'
deitch Feb 13, 2017
d0468ec
Add tests for API hide-show
deitch Apr 9, 2017
ceaa96e
Add event handler for hide_node.jstree, and handle it with popping of…
deitch Apr 9, 2017
7f45e72
Rename getHoldingCells to PopHoldingCells to reflect what it does
deitch Apr 9, 2017
67eeb39
Bump version
deitch Apr 9, 2017
358b2e0
Merge pull request #223 from deitch/fix-hide-grid-call
deitch Apr 9, 2017
7cdd9ca
Fix broken Markdown headings
bryant1410 Apr 18, 2017
25eb7b6
Merge pull request #226 from bryant1410/master
deitch Apr 18, 2017
ebd2f3a
Update holding cells logic to handle already rendered nodes
deitch Apr 19, 2017
1e2c103
Bump version number and date
deitch Apr 19, 2017
13239b2
Merge pull request #227 from deitch/fix-add-child-issue
deitch Apr 19, 2017
4c8e56b
Hidden nodes are correctly hidden now.
May 21, 2017
a423efb
Performance increase by detaching the columns while changes
May 21, 2017
661cbce
Loop-Optimization
May 21, 2017
4c100a6
Revert "Loop-Optimization"
May 22, 2017
4b99d17
Loop optimization without reformat
May 22, 2017
9388b42
2nd Hide-Node-Event replaced with Snow-Node
May 22, 2017
bb563a9
redraw_node corrected. Call to parent in open_node corrected
May 22, 2017
70b7965
Hidden nodes are popped from holdingCells array.
May 22, 2017
95b29d4
Restored getHoldingCells, so there is no mess in the columns when the…
May 23, 2017
d31c838
Drag&Drop and Search-Problems fixed.
May 23, 2017
3fa1177
Implemented recursive hiding/showing of child nodes + test.
May 24, 2017
dcc3f45
Changed patch no, added name
May 26, 2017
d01ffa8
Version Bump
May 29, 2017
be070a0
Merge pull request #232 from PetzeltA/drawing-performance-issues
deitch May 29, 2017
000f53a
Added case insensitive sort to columns
meddyrainzo May 29, 2017
deabe72
Merge pull request #1 from meddyrainzo/case-insensitive-column-sort
meddyrainzo May 29, 2017
458f2ed
Updated readme
meddyrainzo May 29, 2017
39c16e8
Update README.md
meddyrainzo May 29, 2017
6519ed9
bump version number
deitch May 29, 2017
e5531b9
Merge branch 'meddyrainzo-master'
deitch May 29, 2017
5cf2d0a
Get cell list to hide before detaching grid
deitch Nov 6, 2017
d2f8874
Merge pull request #238 from deitch/fix-search-order
deitch Nov 6, 2017
19b9e8f
Fix publish script
deitch Nov 6, 2017
da78257
Fix order of tree for detach/attach
deitch Nov 21, 2017
1eceaa9
Merge pull request #241 from deitch/fix-tree-order
deitch Nov 21, 2017
37c4619
Add handling for node disable/enable
Jan 17, 2018
845a895
Merge branch 'glennmatthews-enable_disable_node'
deitch Jan 30, 2018
9fcf38a
Added "main" field to package.json to prevent webpack build crashes.
snarknn Jun 21, 2018
25b863d
Merge pull request #254 from snarknn/fix-package-json
deitch Jun 21, 2018
a6d1708
3.9.4
deitch Jun 21, 2018
495c1eb
Bump version and merge
deitch Jun 21, 2018
3a2002a
Restore focus after _detachColumns() + _reattachColumns()
KarloX2 Dec 3, 2018
1dfb213
Update package.json
KarloX2 Dec 4, 2018
be33da4
Merge pull request #257 from KarloX2/master
deitch Dec 4, 2018
fb420bc
Add probot for closing issues
deitch Jan 11, 2019
177ac45
Merge pull request #261 from deitch/robot
deitch Jan 11, 2019
8ff774b
Add a title attribute to the header cell
inpercima Jul 22, 2019
b031324
Update version to 3.10.0
inpercima Aug 2, 2019
6de68c0
Remove duplicate license key
inpercima Aug 2, 2019
714ee14
Merge pull request #272 from inpercima/add-attribute-headerTitle
deitch Aug 2, 2019
9160240
Update README.md
deitch Oct 3, 2019
2d8c4f2
fix IE10-IE11 touch scrolling
TZanke Nov 13, 2019
bffcc42
Merge pull request #279 from tbz-pariv/TZanke-patch-hidden
deitch Nov 13, 2019
105239e
avoid JS error when cell data is null
hugocvx Dec 31, 2019
691ae1f
Merge pull request #280 from hugocvx/master
deitch Jan 1, 2020
1c98192
bump patch version
deitch Jan 1, 2020
6a74ed0
Merge pull request #281 from deitch/bump-version
deitch Jan 1, 2020
bc9f661
Add CommonJS support
YarnSeemannsgarn Nov 30, 2020
a783ac3
Merge pull request #282 from YarnSeemannsgarn/master
deitch Dec 1, 2020
5a7f8a9
Version 3.10.2
YarnSeemannsgarn Dec 1, 2020
d6df12a
Merge pull request #283 from YarnSeemannsgarn/master
deitch Dec 2, 2020
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
42 changes: 42 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Configuration for probot-stale - https://github.com/probot/stale

# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 60

# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
daysUntilClose: 7

# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- pinned
- "[Status] Maybe Later"

# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false

# Set to true to ignore issues in a milestone (defaults to false)
exemptMilestones: false

# Set to true to ignore issues with an assignee (defaults to false)
exemptAssignees: false

# Label to use when marking as stale
staleLabel: wontfix

# Comment to post when marking as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.

# Comment to post when removing the stale label.
# unmarkComment: >
# Your comment here.

# Comment to post when closing a stale Issue or Pull Request.
# closeComment: >
# Your comment here.

# Limit the number of actions per hour, from 1-30. Default is 30
limitPerRun: 30
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
lib/**
oneoff/**
/node_modules
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lib/**
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2015 Avi Deitcher

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.
323 changes: 260 additions & 63 deletions README.md

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "jstreegrid",
"description": "grid plugin for jstree",
"main": "jstreegrid.js",
"authors": [
{
"name": "Avi Deitcher",
"url": "https://github.com/deitch"
}
],
"license": "MIT",
"keywords": [
"jquery",
"jstree",
"grid",
"javascript"
],
"homepage": "https://github.com/deitch/jstree-grid",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jstree": "^3.3.1",
"jquery": "^1.12.4"
}
}
Loading