snare6419
Enabling filter query string
I want the URL to include a query string when I filter a table to share it with others easily. I watched a video that has been shared that demonstrated this feature, and I was wondering how I can enable it. https://github.com/filamentphp/filament/issues/7129#issuecomment-1661456931
I use table builder in a public page, not table builder inside panel
2 replies
Can filament-spatie-translatable with panel added be used in general Laravel application?
Can filament-spatie-translatable with panel added be used in general Laravel application like public pages, or should I install /spatie-translatable as well?
2 replies
When Clicking a Row in Table Builder, SlideOver Does Not Open as Expected
When using Table Builder, I encounter an issue where, upon clicking a row, the intended SlideOver does not open as expected. I followed the instructions provided at https://filamentphp.com/docs/3.x/tables/advanced#record-urls-clickable-rows, but instead of opening the SlideOver, the infolist opens on a new page. Interestingly, when I add 'slideOver()' to a button placed on the table from the actions section, it opens in SlideOver without any issues. The problem arises specifically when attempting to open SlideOver by clicking on a row. Any guidance on resolving this issue would be appreciated
2 replies
Dynamically Retrieve and pass Link from JSONB Column within RepeatableEntry
I'm facing an issue while trying to pass a callback function to the url() method within a RepeatableEntry.
How can I dynamically retrieve the link from the JSONB column within the current iteration of the relationship?
I created a thread to explain it with example code snippet
https://laracasts.com/discuss/channels/filament/dynamically-retrieve-and-pass-link-from-jsonb-column-within-repeatableentry
Thanks in advance
2 replies