add fixed report data table column width
All checks were successful
deploy / build-and-deploy (push) Successful in 25s
All checks were successful
deploy / build-and-deploy (push) Successful in 25s
This commit is contained in:
@@ -54,11 +54,11 @@
|
|||||||
data={reports}
|
data={reports}
|
||||||
count={true}
|
count={true}
|
||||||
keys={[
|
keys={[
|
||||||
{ key: 'reason', label: 'Grund' },
|
{ key: 'reason', label: 'Grund', width: 35 },
|
||||||
{ key: 'reporter.username', label: 'Report Ersteller' },
|
{ key: 'reporter.username', label: 'Report Ersteller', width: 15 },
|
||||||
{ key: 'reported.username', label: 'Reporteter Spieler' },
|
{ key: 'reported.username', label: 'Reporteter Spieler', width: 15 },
|
||||||
{ key: 'createdAt', label: 'Datum', sortable: true, transform: date },
|
{ key: 'createdAt', label: 'Datum', width: 15, sortable: true, transform: date },
|
||||||
{ key: 'status.status', label: 'Bearbeitungsstatus', sortable: true, transform: status }
|
{ key: 'status.status', label: 'Bearbeitungsstatus', width: 10, sortable: true, transform: status }
|
||||||
]}
|
]}
|
||||||
onClick={(report) => (activeReport = report)}
|
onClick={(report) => (activeReport = report)}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user