-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,11 +56,11 @@ This will target automatically all the tables in the page but you can, off cours | |
|
||
If you need more control here's the plugin settings: | ||
|
||
$('.toresponsive').ReSmenu({ | ||
$('.mytable').ReStable({ | ||
rowHeaders: true, // Table has row headers? | ||
maxWidth: 480 // Size to which the table become responsive | ||
}); | ||
|
||
## Credits and contacts | ||
|
||
ReSmenu has been made by [me](http://codeb.it). You can contact me at [email protected] or [twitter](https://twitter.com/Micc1983) for any issue or feauture request. | ||
ReStable has been made by [me](http://codeb.it). You can contact me at [email protected] or [twitter](https://twitter.com/Micc1983) for any issue or feauture request. |