0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 23 hours ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #112 from adamjimenez/patch-1 More... over 8 years ago
added one-off test files More... over 8 years ago
Fixed https://github.com/deitch/jstree-grid/issues/89 thanks to @Brabus, bump version, add contributor More... over 8 years ago
Added support for clear_search.jstree event handler per https://github.com/deitch/jstree-grid/issues/95 and bumped version More... over 8 years ago
Make sure refresh calls parent with arguments More... over 8 years ago
Formatting functions More... over 8 years ago
bumped version number More... almost 9 years ago
Fixed https://github.com/deitch/jstree-grid/pull/102 per https://github.com/tomoyukiinoue More... almost 9 years ago
Merge branch 'master' of github.com:deitch/jstree-grid More... almost 9 years ago
Properly handle drag and drop relocations by relocating children all the way down when parent is relocated More... almost 9 years ago
Merge pull request #100 from vsopvsop/patch-1 More... almost 9 years ago
correct spelling for 'autoloading' More... almost 9 years ago
Bump versions to 3.2.2 More... almost 9 years ago
Added tests for valueClass and support for fixing titles since changes to objData per https://github.com/deitch/jstree-grid/issues/96 More... almost 9 years ago
All data passed to value functions are now the entire node, not just the data property More... about 9 years ago
Fix version numbering per https://github.com/jochenberger More... about 9 years ago
Add ability to put tree in any column. Bump version to 3.2.0 More... about 9 years ago
Fix https://github.com/deitch/jstree-grid/issues/88 More... over 9 years ago
Ignore the oneoff folder, where we can do oneoff tests without messing up the git tree More... over 9 years ago
Improved how clicks on the grid are handled. Instead of handling directly, pass up to jstree with an event on anchor More... over 9 years ago
Added event update_cell.jstree-grid for when a cell is updated More... over 9 years ago
Fix https://github.com/deitch/jstree-grid/issues/86 support html in column headers More... over 9 years ago
Proper version number More... over 9 years ago
Added npmignore file More... over 9 years ago
Ignore lib/ dir for testing lib files More... over 9 years ago
Added package.json for npm install More... over 9 years ago
Add support for right-click menu to edit a cell. More... over 9 years ago
changed regex for ID to allow period and -, as those are legit characters according to http://www.w3.org/TR/html401/types.html#type-name More... over 9 years ago
Now uses col elements rather than adding width to headers. Fixes so it can work with or without headers, and cleaner code calculations More... over 9 years ago
Update README to remove any reference in cellClickHandler to sourceType, as irrelevant and not used More... over 9 years ago