awcodes
How to Display a "New User" Option When Searching for Users in Filament?
I don’t think you’re going to be able to do a create inside the select options without a custom component / field but you can do this https://filamentphp.com/docs/3.x/forms/fields/select#creating-a-new-option-in-a-modal
8 replies
use another login for my second panel
You can have different login classes and views per panel. https://filamentphp.com/docs/3.x/panels/users#authentication-features
4 replies
Launch one table action from the createAction
Not sure exactly what you are trying to do, but maybe this will help: https://filamentphp.com/docs/3.x/actions/adding-an-action-to-a-livewire-component#chaining-actions
7 replies
How add a query to the table
modifyQueryUsing is the proper place to do this. https://filamentphp.com/docs/3.x/panels/resources/listing-records#customizing-the-table-eloquent-query
33 replies
Show alternate logo when sidebar is collapsed
Sure. To be completely honest, though, at this point in time with the work being done for v4 and the fact that we don’t have a definitive time for tailwind v4 stable release. I would be surprised if this was something that Dan would warrant as important enough to spend time on for v3, but a good discussion could potentially have reasonable bering towards v4.
12 replies