GRID Column
The Bootstrap Grid column serves as a tool for organizing components on an admin panel page, acting as a distinct component within the delegator class \Admin\Delegates\Column
. This functionality enables the structured and aesthetically pleasing arrangement of various elements across the administrative interface.
use Admin\Delegates\Column;
$page->column(
...
)
Grid row
The Bootstrap Grid row functions as a mechanism for grouping together columns, facilitating the structured layout and cohesive organization of content within the user interface.
use Admin\Delegates\Row;
$page->row(
...
)
Last modified: 09 May 2024