lkucharski
lkucharski
FFilament
Created by lkucharski on 1/8/2024 in #❓┊help
createAction inside form section
Since editAction is a stand-alone action not associated with any element, I would like to simply be able to place it on a form, but not integrate any aspects of its operation with that form. Just like I would put it in the livewire component
15 replies
FFilament
Created by lkucharski on 1/8/2024 in #❓┊help
createAction inside form section
NO. EditAction accepts any model and I would like to indicate that it should inherit from the form in which it is placed.
15 replies
FFilament
Created by lkucharski on 1/8/2024 in #❓┊help
createAction inside form section
No description
15 replies
FFilament
Created by lkucharski on 1/8/2024 in #❓┊help
createAction inside form section
However, I would like to find a way to assign a predefined CreateAction to which I can assign a record and relationships to the form. Custom form action does not provide such possibilities
15 replies
FFilament
Created by lkucharski on 1/8/2024 in #❓┊help
createAction inside form section
This is an example for use Filament\Forms\Components\Actions\Action; It doesn't work with use Filament\Actions\CreateAction; These are different types and only CreateAction has the ability to assign a record other than the one assigned to the main form
15 replies
FFilament
Created by lkucharski on 12/15/2023 in #❓┊help
Sorting Forms/Components/Select by Pivot Table Field
No description
9 replies
FFilament
Created by lkucharski on 12/15/2023 in #❓┊help
Sorting Forms/Components/Select by Pivot Table Field
No description
9 replies
FFilament
Created by lkucharski on 12/15/2023 in #❓┊help
Sorting Forms/Components/Select by Pivot Table Field
And it doesn't work either
9 replies
FFilament
Created by lkucharski on 12/15/2023 in #❓┊help
Sorting Forms/Components/Select by Pivot Table Field
No description
9 replies
FFilament
Created by lkucharski on 12/15/2023 in #❓┊help
Sorting Forms/Components/Select by Pivot Table Field
No description
9 replies
FFilament
Created by lkucharski on 12/15/2023 in #❓┊help
Sorting Forms/Components/Select by Pivot Table Field
Could anyone help me? 🙂
9 replies
FFilament
Created by lkucharski on 12/5/2023 in #❓┊help
Reset filters after change tab
Working solution: public function updating($property, $value) { if($property == 'activeTab'){ $this->tableSortColumn = null; $this->resetTableSearch(); $this->resetTableColumnSearches(); $this->resetTableFiltersForm(); $this->deselectAllTableRecords(); } }
5 replies
FFilament
Created by lkucharski on 12/4/2023 in #❓┊help
Tabs and tables together. Request for help.
$query = $this->modifyQueryWithActiveTab($query); I did it and it works, but I don't know if it's state-of-the-art.
56 replies
FFilament
Created by lkucharski on 12/4/2023 in #❓┊help
Tabs and tables together. Request for help.
@ChesterS Hi. Would you have any idea why modifyQueryUsing doesn't modify the query in the table? Or how should I do it? Thanks in advance for your help 🙂
56 replies
FFilament
Created by lkucharski on 12/4/2023 in #❓┊help
Tabs and tables together. Request for help.
(Sorry for my bad English 😃 )
56 replies
FFilament
Created by lkucharski on 12/4/2023 in #❓┊help
Tabs and tables together. Request for help.
I'll leave with this workaround for now. I will test whether these tabs will also work in my Abstract classes. Could I call you sometime if I have any other problems in the future? 🙂
56 replies
FFilament
Created by lkucharski on 12/4/2023 in #❓┊help
Tabs and tables together. Request for help.
It worked. Great thanks for your help. Should I somehow fix the code or leave this "workaround" (I guess)?
56 replies
FFilament
Created by lkucharski on 12/4/2023 in #❓┊help
Tabs and tables together. Request for help.
❤️
56 replies
FFilament
Created by lkucharski on 12/4/2023 in #❓┊help
Tabs and tables together. Request for help.
No description
56 replies