Skip to content

Commit

Permalink
Latest fixes before merging to master
Browse files Browse the repository at this point in the history
  • Loading branch information
micc83 committed Jun 25, 2015
1 parent 4422b11 commit fee84fc
Show file tree
Hide file tree
Showing 5 changed files with 200 additions and 186 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
node_modules
.idea
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ If you need more control here's the plugin settings:
$('.mytable').ReStable({
rowHeaders: true, // Table has row headers?
maxWidth: 480, // Size to which the table become responsive
keepHtml: false // Keep the html content of cells, only work with rowHeaders = false
keepHtml: false // Keep the html content of cells
});

## Credits and contacts
Expand Down
Loading

0 comments on commit fee84fc

Please sign in to comment.