Move filters to the top
Hi guys π
Is it possible to move the filters icon to the same line with the table heading?
Solution:Jump to solution
Solved in this way:
```php
return $table
// ->heading(__('admin.widgets.top_sales'))...
4 Replies
Maybe easier to move the heading down instead with CSS (and adjust padding + borders accordingly)
Good point π I just thought it can be done programmatically.
Solution
Solved in this way:
Nice