Can we show export button like xls,pdf etc in dropdown as link button?

Can we show export button like xls,pdf etc in dropdown as link button?

azeemhafeez75azeemhafeez75 Posts: 1Questions: 1Answers: 0

How to show data table export button like xls,pdf etc in drop down as link.

Answers

  • allanallan Posts: 61,734Questions: 1Answers: 10,110 Site admin

    By default a button is used (as of Buttons 1.5.0). If you want to use a a element instead you can use:

    $.fn.dataTable.Buttons.defaults.dom.button.tag = 'a';
    

    This is the code where that is set.

    Allan

This discussion has been closed.