tablesaw icon indicating copy to clipboard operation
tablesaw copied to clipboard

TypeError: $(...).metisMenu is not a function

Open anosteve opened this issue 2 years ago • 2 comments

anosteve avatar Nov 10 '21 21:11 anosteve

We upgraded to version 3.1.2 of tablesaw in our web application. It causes a number of problems and seeing console errors. One of them is that it breaks metisMenu, whether older version or latest version of it. MetisMenu provides for accordian like feature to menus. Thus that doesn't work. Is anyone else having this issue or can advise a fix?

anosteve avatar Nov 10 '21 21:11 anosteve

Check you're using tablesaw/dist/stackonly/tablesaw.stackonly.jquery which doesn't overload $ like the main module does :)

brendon avatar Jul 27 '22 03:07 brendon