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}
|
||||
count={true}
|
||||
keys={[
|
||||
{ key: 'reason', label: 'Grund' },
|
||||
{ key: 'reporter.username', label: 'Report Ersteller' },
|
||||
{ key: 'reported.username', label: 'Reporteter Spieler' },
|
||||
{ key: 'createdAt', label: 'Datum', sortable: true, transform: date },
|
||||
{ key: 'status.status', label: 'Bearbeitungsstatus', sortable: true, transform: status }
|
||||
{ key: 'reason', label: 'Grund', width: 35 },
|
||||
{ key: 'reporter.username', label: 'Report Ersteller', width: 15 },
|
||||
{ key: 'reported.username', label: 'Reporteter Spieler', width: 15 },
|
||||
{ key: 'createdAt', label: 'Datum', width: 15, sortable: true, transform: date },
|
||||
{ key: 'status.status', label: 'Bearbeitungsstatus', width: 10, sortable: true, transform: status }
|
||||
]}
|
||||
onClick={(report) => (activeReport = report)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user