Skip to content

Commit

Permalink
run prettier locally
Browse files Browse the repository at this point in the history
  • Loading branch information
EverettBerry committed May 14, 2022
1 parent cd04c12 commit d8df240
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions www/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,16 @@ function init_data_table() {
stateDuration: 0,

// Allow export to CSV: only visible columns and only current filtered data
buttons: [{
extend: 'csv',
text: 'CSV',
exportOptions: {
modifier: { search: 'applied' },
columns: ':visible'
}
}],

buttons: [
{
extend: 'csv',
text: 'CSV',
exportOptions: {
modifier: {search: 'applied'},
columns: ':visible',
},
},
],
});

g_data_table
Expand Down

0 comments on commit d8df240

Please sign in to comment.