KEANUH
Two widgets differents in the same row
Thanks vrij
In the end I decided to put everything in a single widget, it is the best way but there must be an official way to do that anyway Maybe with : protected function getColumns(): int or public function getHeaderWidgetsColumns(): int | string | array { return 2; }
In the end I decided to put everything in a single widget, it is the best way but there must be an official way to do that anyway Maybe with : protected function getColumns(): int or public function getHeaderWidgetsColumns(): int | string | array { return 2; }
6 replies
Two widgets differents in the same row
@toeknee thanks but i would like that both widget has:
for example
protected static ?int $sort = 2; protected int | string | array $columnSpan= 3; so that both occupy half.... with only one works but my widget is so small and breaks the design
protected static ?int $sort = 2; protected int | string | array $columnSpan= 3; so that both occupy half.... with only one works but my widget is so small and breaks the design
6 replies