Hi,
i'm using Semantic as my themes. But i can't call the buttons method. Is there anything i miss ?
Here are my js load sequence :
"scripts": [
"../node_modules/jquery/dist/jquery.js",
"../node_modules/flot/jquery.flot.js",
"../node_modules/jquery.flot.tooltip/js/jquery.flot.tooltip.js",
"../node_modules/flot/jquery.flot.resize.js",
"../node_modules/flot/jquery.flot.pie.js",
"../node_modules/flot/jquery.flot.time.js",
"../node_modules/flot/jquery.flot.categories.js",
"../node_modules/jquery.flot.spline/jquery.flot.spline.js",
"../node_modules/jquery-sparkline/jquery.sparkline.js",
"../node_modules/easy-pie-chart/dist/easypiechart.js",
"../node_modules/bootstrap/js/modal.js",
"../node_modules/bootstrap/js/dropdown.js",
"../node_modules/bootstrap/js/tooltip.js",
"../node_modules/summernote/dist/summernote.js",
"../node_modules/jquery-knob/dist/jquery.knob.min.js",
"../node_modules/blueimp-gallery/js/jquery.blueimp-gallery.min.js",
"../node_modules/datatables.net/js/jquery.dataTables.js",
"../node_modules/datatables.net-se/js/dataTables.semanticui.js",
"../node_modules/semantic-ui/dist/semantic.min.js",
"../node_modules/datatables.net-buttons/js/dataTables.buttons.min.js",
"../node_modules/datatables.net-buttons-se/js/buttons.semanticui.min.js",
"../node_modules/datatables.net-buttons/js/buttons.html5.min.js",
"../node_modules/datatables.net-buttons/js/buttons.print.min.js",
"../node_modules/datatables.net-buttons/js/buttons.colVis.min.js",
"app/core/preloader/preloader.js"
],
Thank you
Best Regards,