Skip to content

Commit

Permalink
add bootstrap examples
Browse files Browse the repository at this point in the history
fix extends setting and get from $.data
  • Loading branch information
maxazan committed Aug 28, 2013
1 parent 23e79c4 commit fbfdad9
Show file tree
Hide file tree
Showing 30 changed files with 20,179 additions and 818 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
== 0.1.3 - 28 August 2013
* Added bootstrap examples
* Changed expander functionality
* Fixed $.data set and get
* Fixed $.extends settings
* Adding new test

== 0.1.2 - 26 August 2013
* Added save state

Expand Down
8 changes: 5 additions & 3 deletions css/jquery.treegrid.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.treegrid-indent {width:16px; height: 16px; display: inline-block; position: relative;}
.treegrid-expander {width:16px; height: 16px; display: inline-block; position: relative; }
.treegrid-expanded .treegrid-expander{background-image: url(../img/collapse.png); cursor: pointer;}
.treegrid-collapsed .treegrid-expander{background-image: url(../img/expand.png); cursor: pointer;}

.treegrid-expander {width:16px; height: 16px; display: inline-block; position: relative; cursor: pointer;}

.treegrid-expander-expanded{background-image: url(../img/collapse.png); }
.treegrid-expander-collapsed{background-image: url(../img/expand.png);}
Loading

0 comments on commit fbfdad9

Please sign in to comment.