Hi,
I made a Statsoverview widget and have 5 stats added into that widget.
I am trying to put the columns at 5 so it will display 5 stats on the same row, however, each stat will turn into a fullspan widget.
What can i do to achieve this?
This is my widget code.
This is the results.
5 Replies
Anyone has a idea?
Stat::make(__('Total kickback fee'), "€ {$earnedKickBackFeeValue}")->colspan(1)
Does that work?
I think the stat widget grid is limited to 4 cols
I think the same
Kinda weird that it does work if the widget is displayed on a dashboard page, since there i can change the columns to 5, Thank you anyways!