Skip to content

Instantly share code, notes, and snippets.

@hgirish
Created June 9, 2022 03:04
Show Gist options
  • Save hgirish/ba96f524f3eae21e1faf2f956fcb408e to your computer and use it in GitHub Desktop.
Save hgirish/ba96f524f3eae21e1faf2f956fcb408e to your computer and use it in GitHub Desktop.
Display buttons on datatables before and after the table
$('#myTable').DataTable( {
dom: '<B<frtip>B>',
buttons: [
'colvis',
'excel',
'print'
]
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment