pepperoni dogfart
pepperoni dogfart
FFilament
Created by pepperoni dogfart on 8/31/2024 in #❓┊help
Selected records to widget
there's probably a better way to do it, or a more thorough method for sure
7 replies
FFilament
Created by pepperoni dogfart on 8/31/2024 in #❓┊help
Selected records to widget
it just fires off a livewire dispatch when a record is checkboxed in the table.js. I don't really know what I'm doing here but it worked lol
7 replies
FFilament
Created by pepperoni dogfart on 8/31/2024 in #❓┊help
Selected records to widget
still plugging at this. I discovered I can add Livewire.dispatch to the core table.js file in vendor dir and it works great. So the question I'm struggling with now is how to create a custom table.js file that will overwrite the one pulled in from the composer package? I tried setting one up using FilamentAsset::register but it has no effect in overwriting the core function from there. 🤔
7 replies
FFilament
Created by pepperoni dogfart on 9/2/2024 in #❓┊help
Clickable row add to bulk select
updated it a bit to handle the 'select all' in the bulk column. Dispatched to livewire directly. Still very hacky -- wish filamentphp fired off an event when something is selected instead.
3 replies
FFilament
Created by pepperoni dogfart on 8/31/2024 in #❓┊help
Selected records to widget
No description
7 replies
FFilament
Created by pepperoni dogfart on 7/10/2024 in #❓┊help
Registration - Password Requirement
we had to sign a DPA that has a lot of requirements 😦
13 replies
FFilament
Created by pepperoni dogfart on 7/10/2024 in #❓┊help
Registration - Password Requirement
No description
13 replies
FFilament
Created by pepperoni dogfart on 7/10/2024 in #❓┊help
Registration - Password Requirement
Ah hey, perfect - didn't know that existed
13 replies
FFilament
Created by pepperoni dogfart on 7/10/2024 in #❓┊help
Registration - Password Requirement
Thanks, will take a look. Did not like that users can signup with credentials like "password"
13 replies
FFilament
Created by pepperoni dogfart on 6/20/2024 in #❓┊help
Defer loading on a widget
it did thanks!
10 replies
FFilament
Created by pepperoni dogfart on 6/20/2024 in #❓┊help
Defer loading on a widget
Aye, sorry, yes. long day of converting a customers excel formulas into a filament page haha
10 replies
FFilament
Created by pepperoni dogfart on 6/20/2024 in #❓┊help
Defer loading on a widget
Could not check compatibility between App\Filament\Widgets\MyWidget::placeholder(): App\Filament\Widgets\View and Filament\Widgets\Widget::placeholder(): Illuminate\Contracts\View\View, because class App\Filament\Widgets\View is not available
Could not check compatibility between App\Filament\Widgets\MyWidget::placeholder(): App\Filament\Widgets\View and Filament\Widgets\Widget::placeholder(): Illuminate\Contracts\View\View, because class App\Filament\Widgets\View is not available
10 replies
FFilament
Created by pepperoni dogfart on 6/20/2024 in #❓┊help
Defer loading on a widget
The issue is more so when they are visible, some of the widgets take a while to calulate. Would prefer to be able to show a placeholder while that's happening
10 replies
FFilament
Created by pepperoni dogfart on 6/16/2024 in #❓┊help
Repeat table column
I was messing with that, but it still has the same problem of not letting you actually add the column(s) dynamically
3 replies
FFilament
Created by pepperoni dogfart on 5/17/2024 in #❓┊help
Filters - setting opposite when unchecked
Sort of figured out a workaround using the ternary filter and just defaulting it to false (not completely ideal)
2 replies
FFilament
Created by pepperoni dogfart on 12/6/2023 in #❓┊help
Access model data on delete action
sweet, thanks for all the help!
22 replies
FFilament
Created by pepperoni dogfart on 12/6/2023 in #❓┊help
Access model data on delete action
ah looks like it does it now after notification, it didn't before that was added
22 replies
FFilament
Created by pepperoni dogfart on 12/6/2023 in #❓┊help
Access model data on delete action
now need to refresh the data as the last step I think
22 replies
FFilament
Created by pepperoni dogfart on 12/6/2023 in #❓┊help
Access model data on delete action
yeah wasn't sure that was the correct way, added a notification in the action
22 replies