Skip to content

Commit

Permalink
Add csv button
Browse files Browse the repository at this point in the history
  • Loading branch information
supernord committed Jun 12, 2024
1 parent e6d5428 commit d82dd9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _includes/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,9 @@ <h5 class="modal-title">Publications</h5>
new $.fn.dataTable.Buttons(table, {
buttons: [
{
extend: "csv",
className: "btn btn-light",
},
extend: "colvis",
className: "btn btn-light",
},
Expand Down

0 comments on commit d82dd9c

Please sign in to comment.