Skip to content

Commit

Permalink
strikethrough added
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewirts committed Jan 6, 2016
1 parent 7cb9eb0 commit d3e1c17
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 15 deletions.
5 changes: 3 additions & 2 deletions examples/v0.2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -706,15 +706,16 @@
});

jsonModel.setColumnProperties(0,{
autopopulateEditor: true
autopopulateEditor: true,
});

jsonModel.setColumnProperties(1,{
autopopulateEditor: true
});

jsonModel.setColumnProperties(3,{
format: 'date'
format: 'date',
strikeThrough: true
});

jsonModel.setColumnProperties(4,{
Expand Down
46 changes: 40 additions & 6 deletions examples/v0.2/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit d3e1c17

Please sign in to comment.