Markwowz
Markwowz
FFilament
Created by Markwowz on 2/20/2024 in #❓┊help
Custom Table Widget
Nevermind I see it now 🙂
13 replies
FFilament
Created by Markwowz on 2/20/2024 in #❓┊help
Custom Table Widget
Appreciate you help. How I go about generating a custom widget that just returns a view that I can pass my model too?
13 replies
FFilament
Created by Markwowz on 2/20/2024 in #❓┊help
Custom Table Widget
Looking at the chart widget I'm just not sure which I'd use. It's not really a bar graph
13 replies
FFilament
Created by Markwowz on 2/20/2024 in #❓┊help
Custom Table Widget
Okay that was my next question, just render it using a custom view as opposed to using table builder
13 replies
FFilament
Created by Markwowz on 2/20/2024 in #❓┊help
Custom Table Widget
We dont have a ton of products so in theory it would be 5 columns
13 replies
FFilament
Created by Markwowz on 2/20/2024 in #❓┊help
Custom Table Widget
Sorry poor word choice there. First Column would be "Quarters" and then following columsn would be "Product 1" Product 2" and so on. Then The Row 1 would be Q1 an 100, 200, and so on
13 replies
FFilament
Created by Markwowz on 2/13/2024 in #❓┊help
Unable to override primary color on custom theme
This can be ignored, I was overriding the color in the AppPanelProvider in ->colors.
4 replies
FFilament
Created by Markwowz on 1/11/2024 in #❓┊help
Display TextColumn based on model function
Thank you so much for your help!
7 replies
FFilament
Created by Markwowz on 1/11/2024 in #❓┊help
Display TextColumn based on model function
This is exactly what I needed!
7 replies
FFilament
Created by Markwowz on 1/11/2024 in #❓┊help
Display TextColumn based on model function
It is not, this is the function on the model: public function remaining(): int { return $this->quantity - $this->bookings()->count(); }
7 replies
FFilament
Created by Markwowz on 10/5/2023 in #❓┊help
Adding Header Action to a resource
Thanks lion king that did work for me
13 replies
FFilament
Created by Markwowz on 10/5/2023 in #❓┊help
Adding Header Action to a resource
and boom got a button
13 replies
FFilament
Created by Markwowz on 10/5/2023 in #❓┊help
Adding Header Action to a resource
I added this to the List: Actions\Action::make('download') ->label(__('Download Plugin')) ->icon('heroicon-o-arrow-down-tray') ->url(function () { return "/plugins/seed-manager.zip"; }),
13 replies
FFilament
Created by Markwowz on 10/5/2023 in #❓┊help
Adding Header Action to a resource
I figured it out
13 replies
FFilament
Created by Markwowz on 10/5/2023 in #❓┊help
Adding Header Action to a resource
that is correct
13 replies
FFilament
Created by Markwowz on 10/5/2023 in #❓┊help
Adding Header Action to a resource
Hi Lionking
13 replies
FFilament
Created by Markwowz on 10/4/2023 in #❓┊help
SAML to Login User
That was it! Thanks for your help!
11 replies
FFilament
Created by Markwowz on 10/4/2023 in #❓┊help
SAML to Login User
Thanks for the quick replies, this looks like exactly what im missing. Let me add this and I'll report bsck shortly
11 replies
FFilament
Created by Markwowz on 10/4/2023 in #❓┊help
SAML to Login User
I can also see when users are getting created in production they are getting assigned the correct roles
11 replies
FFilament
Created by Markwowz on 10/4/2023 in #❓┊help
SAML to Login User
I don't currently have okta pointing to local, but I can switch it for testing. For local I'm just using a test email to sign in and out and assigning it the permissions it would get back from okta
11 replies