Skip to content

Commit fee84fc

Browse files
committed
Latest fixes before merging to master
1 parent 4422b11 commit fee84fc

File tree

5 files changed

+200
-186
lines changed

5 files changed

+200
-186
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules
1+
node_modules
2+
.idea

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If you need more control here's the plugin settings:
5959
$('.mytable').ReStable({
6060
rowHeaders: true, // Table has row headers?
6161
maxWidth: 480, // Size to which the table become responsive
62-
keepHtml: false // Keep the html content of cells, only work with rowHeaders = false
62+
keepHtml: false // Keep the html content of cells
6363
});
6464

6565
## Credits and contacts

0 commit comments

Comments
 (0)