I am using jQuery DataTables. It provides set of export buttons. But those buttons are swf buttons.
I would like to have HTML drop down buttons. I have gone through its help but could not found such code to set HTML5 buttons other than built in Flash.
I would like to have drop down buttons like below
Export
- CSV
- HTML
- Excel
Above buttons are set of HTML tags (generally what they are in HTML). Can I do that?
Edit:
I would like to generate buttons using button
, div
, ul
, li
tags combination which we generally do in our regular HTML files.