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
14 lines
| 1 | <div id="table-toolbar" class="table-toolbar"><?php |
| 2 | echo iawp_blade()->run('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 | echo iawp_blade()->run('tables.group-select', [ |
| 10 | 'groups' => $groups, |
| 11 | 'current_group' => $current_group, |
| 12 | ]); ?> |
| 13 | </div> |
| 14 |