widget layout
I want to last 2 widget make it at bottom not side of first 2.
Literally It should be 2 blocks per row how?
14 Replies
@awcodes bro pls its urgent otherwise I wouldnt disturb u 😦
help me
Are these one stats widget?
vermino. has been warned, this is their first warning.
You didn't even provide any code. How should we help?
its stat widget
yeah
just new to even to laravel and I thought everyone knows what it comes from
So, the stats widget has its own grid layout. So, what you could do is split it into two widgets. Each with 2 columns.
So I have to make separete 2 widgets?
Understandable that the idea of a widget is the card itself. But that’s not the case in this particular situation.
For this particular use case, yes. A card / section is not the equivalent of a widget.
so Cant I use ->column('2') like in form builder
?
You’re trying to cross use the grid. I think that’s the issue you are having.
thanks so much, got it
Widgets have a grid, but the dashboard also has a grid.
thanks