show only export buttons
show only export buttons

Hello,
I was wondering how to hide the datatable ( the table, the search bar etc. ) and only show the dt-buttons for export (copy, pdf, excel...)?
Thank you !
This discussion has been closed.
Hello,
I was wondering how to hide the datatable ( the table, the search bar etc. ) and only show the dt-buttons for export (copy, pdf, excel...)?
Thank you !
Replies
You can use
dom
to hide most of the elements (it always shows the table though), and then hide the table itself ininitComplete
- see here.Colin
ok thank you !