You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i was thinking to just use contentFooter but i face another problem such as styling it like default filament table style and how to bring those $variable itself to the view since i use dynamic columns.
in addition to the contentFooter, i kinda think if produce the query again just for the total in the custom footer, it will become complicated. since all i want is only to merge the columns inside the column group for summary.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Package
Panel builder
Package Version
v.3.2^
How can we help you?
i have a headache to make this work. i want to merge all individual columns inside a ColumnGroup for summary.
for example:
my code for the specific column group as such:
my table code looks like:
i also did tried using
contentFooter
such as:and the view looks like this:
i get like this:
i was thinking to just use contentFooter but i face another problem such as styling it like default filament table style and how to bring those $variable itself to the view since i use dynamic columns.
in addition to the contentFooter, i kinda think if produce the query again just for the total in the custom footer, it will become complicated. since all i want is only to merge the columns inside the column group for summary.
please help..
edited:
i think i got it anyway.
my code for the view:
i get what i desire:
but the style is nowhere near filament like padding and etc...is there anyway to use filament default style?
any other alternatives are welcome.
Beta Was this translation helpful? Give feedback.
All reactions