Danilo Andrade
Danilo Andrade
I created a fix for this issue but I didn't do a PR as it already has a pending here. Unfortunately it has not yet been approved. Anyone who wants...
@masterix21 No special reason. I already use patches for this type of situation until an update comes out.
What about an icon object, something like: `Icon::config('filter')->use('heroicon-s-filter')->size('large')->color('primary')` We can use this to configure icons in service provider and others locations: `$table->filterIcon('heroicon-s-filter') OR $table->filterIcon(fn ($icon) => $icon->use('heroicon-s-filter')->color('primary'))` I think is...