@田恩睿 It's probably better to keep the menu where it is, or at least in that file, but play around with the structure and CSS to have a left-side menu.
Right now it is pinned to the top using .navbar-fixed-top
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.
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.