giterlizzi / dokuwiki-plugin-datatables

Add DataTables support to DokuWiki
GNU General Public License v2.0
10 stars 11 forks source link

datatables extension buttons not working #23

Open Skitzi opened 8 years ago

Skitzi commented 8 years ago

Running Dokuwiki Deitritus with your bootstrap3 template, datatables, and bootstrap wrapper. All are up to date. I can get all the extensions for datatables working other than the buttons. When adding the code I can't seem to get any sort of reaction.

I'm not seeing any error in the browser console
micgro42 commented 7 years ago

This error still exists in Elenor of Tsort with the Dokuwiki template.

fschmittlein commented 7 years ago

I have the same problem. Is there any solution?

ERTurner commented 7 years ago

Experiencing the same issue with Release 2017-02-19a "Frusterick Manners"

slaxeee commented 7 years ago

Try to use dom option to enable Buttons Panel. ex: <datatables dom="Bfrtip" buttons=' [ "copy" ]' >

mrclschstr commented 6 years ago

Unfortunately using Bfrtip hides the page length option. Using Blfrtip instead works like a charm!

MvErven commented 6 years ago

This one worked for me: <datatable info="false" paging="false" scroll-y="406" fixed-columns="true" dom="Bfrtip" buttons='[ "copy", "print", "csv" ]'>