group-select.blade.php
2 years ago
rows.blade.php
2 years ago
table-toolbar.blade.php
2 years ago
table.blade.php
2 years ago
table-toolbar.blade.php
15 lines
| 1 | <div id="table-toolbar" class="table-toolbar"> |
| 2 | @include('plugin-group-options', [ |
| 3 | 'option_type' => 'columns', |
| 4 | 'option_name' => __('Toggle Columns', 'independent-analytics'), |
| 5 | 'option_icon' => 'columns', |
| 6 | 'plugin_groups' => $plugin_groups, |
| 7 | 'options' => $columns, |
| 8 | ]) |
| 9 | |
| 10 | @include('tables.group-select', [ |
| 11 | 'groups' => $groups, |
| 12 | 'current_group' => $current_group, |
| 13 | ]) |
| 14 | </div> |
| 15 |