Skip to content
Code-Schnipsel Gruppen Projekte
Commit cea5f513 erstellt von Michael Danielczok's avatar Michael Danielczok
Dateien durchsuchen

refactor: brick table (grid) improved

Übergeordneter eb88c4e0
No related branches found
No related tags found
2 Merge Requests!40Next 2.x,!37Update 'next-3.x' with latest changes from 'main'
Pipeline #11665 bestanden mit Phase
in 2 Minuten und 22 Sekunden
...@@ -242,13 +242,13 @@ define('package/quiqqer/bricks/bin/Manager', [ ...@@ -242,13 +242,13 @@ define('package/quiqqer/bricks/bin/Manager', [
header : QUILocale.get('quiqqer/core', 'id'), header : QUILocale.get('quiqqer/core', 'id'),
dataIndex: 'id', dataIndex: 'id',
dataType : 'integer', dataType : 'integer',
width : 40 width : 60
}, },
{ {
header : QUILocale.get('quiqqer/core', 'title'), header : QUILocale.get('quiqqer/core', 'title'),
dataIndex: 'title', dataIndex: 'title',
dataType : 'string', dataType : 'string',
width : 140 width : 300
}, },
{ {
header : QUILocale.get('quiqqer/core', 'description'), header : QUILocale.get('quiqqer/core', 'description'),
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren