Use grid for reports

Created on 28 March 2025, 27 days ago

Problem/Motivation

Steps to reproduce

Proposed resolution

use this grid code:
$build['grid'] = [
'#type' => 'container',
'#attributes' => [
'class' => ['grid-container'],
],
'children' => $view_builds,
];

$build['#attached']['library'][] = 'my_module/my_module_library';

css

.grid-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
}

Remaining tasks

User interface changes

API changes

Data model changes

πŸ“Œ Task
Status

Active

Version

2.0

Component

User interface

Created by

πŸ‡ΊπŸ‡ΈUnited States bluegeek9

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024