filamentgroup / tablesaw

A group of plugins for responsive tables.
MIT License
5.48k stars 434 forks source link

Stackonly table issue when used with Bootstrap 4 #280

Closed lcoulon closed 6 years ago

lcoulon commented 7 years ago

Hello,

I added a small table to bootstrap 4 offcanvas example.

When <script src="http://filamentgroup.github.io/tablesaw/dist/stackonly/tablesaw.stackonly.js"></script> is loaded , then the 'toggle nav' button is no longer able to call the sliding Links .

Please see the working source file WITHOUT tablesaw.stackonly.js loaded http://s529471052.onlinehome.fr/1.2/sensors/sensors11.html

source file WITH tablesaw.stackonly.js loaded http://s529471052.onlinehome.fr/1.2/sensors/sensors13.html

Console reports Uncaught TypeError: $(...).click is not a function at HTMLDocument. (offcanvas.js:2) at j (jquery-3.1.1.slim.min.js:2) at k (jquery-3.1.1.slim.min.js:2)

See capture here http://s529471052.onlinehome.fr/toggle_nav_button_issue.png

zachleat commented 7 years ago

http://s529471052.onlinehome.fr/1.2/sensors/sensors13.html

is a broken link

zachleat commented 6 years ago

Closing per inactivity