diff --git a/demo/index.html b/demo/index.html index 1254c45..0d83450 100644 --- a/demo/index.html +++ b/demo/index.html @@ -12,7 +12,7 @@ @@ -51,15 +51,15 @@

Basic Table Demo

Basic Implementation

The basic implementation using all default settigs. The table will use responsive mode when the viewport is less or equal to 568px in width.

- +
- - - - - - + + + + + + @@ -72,12 +72,12 @@

Basic Implementation

- + @@ -307,7 +307,7 @@

Force Responsive Off

Max Height

-

Some tables could get very long in responsive. You could set a max-height in mobile where scrolling within the table would happen. Turn on tableWrapper to get a container around the table that toggles an active class. You could also just create your own wrapper and match the breakpoint to do this.

+

Some tables could get very long in responsive. You could set a max-height in mobile where scrolling within the table would happen. Turn on tableWrap to get a container around the table that toggles an active class. You could also just create your own wrapper and match the breakpoint to do this.

NameAgeGenderHeightProvinceSportOneTwoThreeFourFiveSix
Volleyball
John Stone 30 Male 5'9 Ontario BadmintonBadminton
Jane Strip
@@ -366,7 +366,7 @@

Max Height

$('#table-max-height').basictable({
-     tableWrapper: true
+     tableWrap: true
});