JimKarvo
Trying to populate data from the table to widget
Hello,
I have a livewire component with a filamentphp table (not a dashboard).
I also have a stats widget at the header.
I am trying to populate the widget from the table's data (using table filters)
This example seems that works only under list page.
Are there any workaround that I can make this works under livewire component that includes the table and widget?
2 replies
Passing data between Wizard steps
Hello,
I am trying to achieve this:
After a user inputs a url at first wizard step, and clicks next, to pass the url's data (it will call an API system, I will generate an array) at 5 Selects on second step, in order for a user to map the APIs data with our logic.
I have tried to do this with "afterValidation()" function, with no luck
with no luck.
Although, I tryied to do the same at Select->option() function, but it is not good practive to call the same API 5 times to get the same data...
How it is possible to pass the data from one step to another?
it is possible somehow to set a global variable, save the data globally and retrieve them later?
4 replies
Relationship problems? (relationship with where)
Hello,
I have this relationship at my model:
The relationships work very well outside filamentphp (eg at controller and lavarel's blade)
At filamentphp I get an empty string.
If I remove the where statement the relationship returns data (but it is wrong)
This is a Filament bug?
9 replies
Is it possible to customize since()?
I am tryinig to calculate the remaing days of user's subscription, but I get one day less, maybe because the mySql table of expired_date is set to 'yyyy-mm-dd', and the carbon is based on dateTime!
So, is it possible, without change my date at mysql, to recalculate the since() by adding one day?
what I have already:
4 replies
Pagination urls above the table or scroll up after change page
Hello,
After I click at the next page on pagination, and the page is loaded it is not scrolling up to the first result of the table.
Is it possible to achieve this?
Also is it possible to have the paginated links at the top of the table, and not only at the bottom?
Thank you!
24 replies