nya
Getting table/action styles to work outside a panel
I've done both, and tailwind does scan for classes in the project, as other filament css files (
public/css/filament/forms/forms.css
, public/css/filament/support/support.css
) are loaded and working.7 replies
Memory Exhaustion in table
Just use
->getSearchResultsUsing()
, and ->getOptionLabelUsing()
(you have to use both), and in them, you can add a query with a limit, like you can see in the example. The only downside (or upside?) is that you have to implement the searching yourself.12 replies
Memory Exhaustion in table
I used the methods shown here to implement custom searching: https://filamentphp.com/docs/3.x/forms/fields/select#returning-custom-search-results
12 replies