buttons colvis
buttons colvis
hey,
i got some issues loading the buttons colvis plugin of the datatables with requirejs. i tried a shim but it didn't work out. i'm not 100% sure why because i added datatables and datatables-buttons as deps. the only way to get it working is if i define it myself in the source. is there a reason why there is no amd loader included in this plugin ? in the retired version there is one.
the error happens at:
$.extend( DataTable.ext.buttons, {
because DataTable is not yet defined.
best