I am using jQuery DataTables. It provides a set of export buttons. But these buttons are swf buttons.
I would like to have HTML dropdown buttons. I took advantage of his help, but could not find such code for installing HTML5 buttons, except for the built-in Flash.
I would like the dropdown buttons as below
Export
- PDF
- CSV
- HTML
- Excel
HTML tags are installed above the buttons (as a rule, they are in HTML). Can I do it?
Edit:
I would like to generate a button with a tag combinations button
, div
, ul
, li
which we usually do in our regular HTML files.