Meta
Meta
FFilament
Created by Meta on 3/11/2024 in #❓┊help
Need Help with Filament Table SelectFilter Integer Conversion
Hi everyone, I'm currently working on a Filament Table and utilizing a SelectFilter for my application. However, I've encountered a challenge that I'm hoping to get some insights or solutions for. The issue arises when I apply the filter; it seems that the value passed by the SelectFilter to query the database is treated as a string. This behavior mismatches with my database field type, which expects an integer, and as a result, it significantly slows down the search operation. I'm looking for a way to ensure that the value from the SelectFilter is converted to an integer before it's used in the database query. I believe there must be a method or a step I'm missing to perform this conversion seamlessly within the Filament framework. Has anyone here faced a similar issue or knows how to tackle this problem? Any guidance, code snippets, or resources you could share would be greatly appreciated. I'm eager to learn the best practices for handling this type of data type conversion within the Filament ecosystem.
2 replies
FFilament
Created by Meta on 1/6/2024 in #❓┊help
Database Notification Error Svg by name "o-annotation" from set "heroicons" not found.
No description
5 replies
FFilament
Created by Meta on 6/26/2023 in #❓┊help
Disable auto filter and use button instead?
H guys, do you have any idea how to disable auto load filter? i want to use the button instead? do you guys have any idea how to achieve it?
2 replies
FFilament
Created by Meta on 5/29/2023 in #❓┊help
getEloquentQuery custom builder
Greetings fellows, need your help to integrate https://clickhouse.com into my laravel project inside filament table builder, but unfortunately the package its use for the eloquent driver is different with the filament, im using this package as the eloquent bavix/laravel-clickhouse and clickhouse as the connection. but since the package use custom builder i cannnot integrate it with filament table. any idea guys?
5 replies
FFilament
Created by Meta on 5/26/2023 in #❓┊help
Laravel Scout for Specific search column
5 replies
FFilament
Created by Meta on 5/10/2023 in #❓┊help
Custom data
Hello everyone, I hope you're doing well. I have a question that might be slightly off-topic, but I was wondering if there's any way to use a custom array or a dynamically populated data source from an API to display a table. As you may know, the current filament table is only supported for Eloquent Builder, and although I have used the Sushi package to prepopulate data, it is too static for my needs. Therefore, I was wondering if any of you have an alternative solution to display a table with custom data. Thank you very much in advance!
3 replies
FFilament
Created by Meta on 3/29/2023 in #❓┊help
Notification Bell and Doesn't Show
Why the notification bell doesn't show? here's all i have done in my code config
'database' => [
'enabled' => true,
'trigger' => 'vendor/filament/components/layouts/app/topbar/database-notifications-trigger.blade',
'polling_interval' => '5s',
],
'database' => [
'enabled' => true,
'trigger' => 'vendor/filament/components/layouts/app/topbar/database-notifications-trigger.blade',
'polling_interval' => '5s',
],
i have follow and install all dependencies like
"filament/notifications": "^2.0",
"filament/notifications": "^2.0",
and all javascript dependencies, what am i missing?
29 replies