Tjiel
How can I change the width of individual statsoverview stats?
I already tried doing something with getHeaderColumns but then the problem is that i can't change the individual size of the stats. So for example if I set the columns to 2 like this:
and then adjust the columnSpan in the stats widget like this:
Each stat will now only be 1/6 of the width. This is because the columnSpan variable is not for a single stat but instead for the whole widget. So it could work this way if there was a way to specify a columnspan for an individial stat. Which I can't seem to find.
7 replies
Looking for a way to search table based on custom state
Ty for the response, based on your suggestion I have tried the following:
But whenever I try to search I get an unknown column 'objects.name' error.
ResourceModels is a placeholder for the table name of the resource this column is for.
6 replies
Is there a way to use the filament colors in a custom theme
I have tried it like this now:
and the background color is just white, even though icons and other stuff in filament is using the correct primary color. Do you have any idea what
im doing wrong here?
17 replies
Is there a way to use the filament colors in a custom theme
@Dennis Koch Could you maybe explain how I could use CSS Vars to use for example the primary filament color in the theme.css.
I have looked it up and I only could find something like the following:
Which is indeed nice but doesn't help me get the filament primary color as a var
17 replies
Looking for a way to get a time range value input field
@toeknee Ty for the response, the table-repeater indeed is better for my intended purpose. The issue what im having is still kind of the same. Using a variations on the code you just send the opening hours saved is the following:
{"monday":[{"start":"07:00","end":"23:00"},{"start":"08:30","end":"22:00"}]}.
Which would fine, if I didn't need to keep the old data that has been created using the nova forms. Which is the following:
{"monday":[],"tuesday":[],"wednesday":["12:00-14:00"],"thursday":[],"friday":[],"saturday":[],"sunday":[],"exceptions":[]}
9 replies