vue-datatables-net icon indicating copy to clipboard operation
vue-datatables-net copied to clipboard

jq is undefined

Open Soltee opened this issue 3 years ago • 1 comments

Uncaught (in promise) TypeError: jq is undefined

Soltee avatar Apr 06 '22 07:04 Soltee

jq is jquery https://github.com/niiknow/vue-datatables-net/blob/master/src/VdtnetTable.vue#L234

As datatables.net is a jQuery component, jQuery is required. Did you assign the correct jquery? See this issue for more details on including jQuery: https://github.com/niiknow/vue-datatables-net/issues/34

https://github.com/niiknow/vue-datatables-net/issues/34#issuecomment-615973891

noogen avatar Apr 06 '22 14:04 noogen