jsTreeTable
-
Does anyone here have a nodebb plugin that uses https://github.com/adamjimenez/jstree-table
Or any tip about any good javascript tree lib that have support for colums. Looking for something small.
-
Luckily I have a good memory
How to include the images that are referred from inside a third party css?
Finally resolved it ... You should use $('#grid').jqGrid({}); ... with capital 'G' instead
NodeBB Community (community.nodebb.org)
-
I dont get it, is
shim: { jquery: { exports: '$' }, jqueryui: { deps: ["jquery"] }, jqgridlocale: { deps: ['jqueryui'] }, jqgrid: { deps: ['jqueryui','jqgridlocale'] } }
supposed to be in plugin.json ???
jquery: {
exports: '$'seams to be a solution for my other problem. Sorry I am pretty new to this, much to take in
-
@Jenkler no that goes ina require.config call. Look up the requirejs docs.
Copyright © 2024 NodeBB | Contributors