I'm trying to recreate this sticky column html table https://codepen.io/paulobrien/pen/gWoVzN
I've run npm install --save jquery. I've used it on mounted. But it seems to not work.
Any idea how to implement jquery inside vue js?
I'm trying to recreate this sticky column html table https://codepen.io/paulobrien/pen/gWoVzN
I've run npm install --save jquery. I've used it on mounted. But it seems to not work.
Any idea how to implement jquery inside vue js?
Import jquery in your vue component:
import $ from 'jquery'