Skip to content

Commit

Permalink
Change name of table toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
abeverley committed Sep 20, 2023
1 parent 5f0191c commit c1e6e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/components/data-table/lib/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ class DataTableComponent extends Component {

conf['buttons'] = [
{
text: 'Show all fields',
text: 'Expand table',
className: 'btn btn-small btn-toggle-off',
action: function ( e, dt, node, config ) {
if (self.inFullWidthMode) {
Expand Down

0 comments on commit c1e6e98

Please sign in to comment.