Jany
Jany
FFilament
Created by Jany on 7/3/2024 in #❓┊help
Update Form FIELD state from JS
This way it works. It has proxy to track changes.
6 replies
FFilament
Created by Jany on 7/3/2024 in #❓┊help
Update Form FIELD state from JS
No description
6 replies
FFilament
Created by Jany on 7/3/2024 in #❓┊help
Update Form FIELD state from JS
have to access state.initialValue
6 replies
FFilament
Created by Jany on 7/3/2024 in #❓┊help
Update Form FIELD state from JS
State is just a wrapper object containing proxy to state value. Hmm.... .Just to find out, how to use it directly.... .
6 replies
FFilament
Created by Jany on 7/3/2024 in #❓┊help
How to pass event from livewire component to Form Field Component
I did not find a way, but I am trying to use component state instead for two way communication.... .
2 replies
FFilament
Created by Crankshaft on 7/3/2024 in #❓┊help
dynamic looping column
I still do not see that need. You can list all tasks for user in one column.
21 replies
FFilament
Created by Crankshaft on 7/3/2024 in #❓┊help
dynamic looping column
if user has like 100 taks, how will the table look?
21 replies
FFilament
Created by Crankshaft on 7/3/2024 in #❓┊help
dynamic looping column
Well, the question is if client needs it, or wants it 😄
21 replies
FFilament
Created by Crankshaft on 7/3/2024 in #❓┊help
dynamic looping column
Or you can create resource just for tasks and add column user on the left of that
21 replies
FFilament
Created by Crankshaft on 7/3/2024 in #❓┊help
dynamic looping column
*like
21 replies
FFilament
Created by Crankshaft on 7/3/2024 in #❓┊help
dynamic looping column
It can be in one column line one per line
21 replies
FFilament
Created by Crankshaft on 7/3/2024 in #❓┊help
dynamic looping column
Ok, why next to each other?
21 replies
FFilament
Created by Crankshaft on 7/3/2024 in #❓┊help
dynamic looping column
You can, but I see no point in doing so ....
21 replies
FFilament
Created by Crankshaft on 7/3/2024 in #❓┊help
dynamic looping column
*why not
21 replies
FFilament
Created by Crankshaft on 7/3/2024 in #❓┊help
dynamic looping column
You cannot make table width make dynamic based on maximal count of $tugas, that is excel way of duing things. If you now that max 3 items are in relationship why use one column and add it to it...
21 replies
FFilament
Created by Crankshaft on 7/3/2024 in #❓┊help
dynamic looping column
I think, that you are in wrong context? How can you call $this->getRecord in table? It is dependant upon each row, not global ....
21 replies
FFilament
Created by Davide Cariola on 7/2/2024 in #❓┊help
Filter for calculated field
You can also adjust main query to calculate that column, or have virtual sql column or sql view, or havinng job to calculate that column from time to time
8 replies