Skip to content

Commit

Permalink
[#3444] colvis text: Hide/Unhide Buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Mar 29, 2017
1 parent 7b41a1f commit 3499339
Showing 1 changed file with 8 additions and 1 deletion.
Expand Up @@ -45,7 +45,14 @@
fixedColumns: true,
scrollX: true,
dom: 'Blifrtip',
buttons: ['colvis', 'copy', 'excel', 'print'],
buttons: [
{
extend: 'colvis',
text: '{{ _('Hide/Unhide Columns') }}',
},
'copy',
'excel',
'print'],
keys: true
}
);
Expand Down

0 comments on commit 3499339

Please sign in to comment.