Added uom column and disabled 'deleted_at' column by default
This commit is contained in:
@@ -22,6 +22,8 @@ class ItemExporter extends Exporter
|
||||
->label('DESCRIPTION'),
|
||||
ExportColumn::make('hourly_quantity')
|
||||
->label('HOURLY QUANTITY'),
|
||||
ExportColumn::make('uom')
|
||||
->label('UNIT OF MEASURE'),
|
||||
ExportColumn::make('plant.name')
|
||||
->label('PLANT'),
|
||||
ExportColumn::make('created_at')
|
||||
@@ -29,7 +31,7 @@ class ItemExporter extends Exporter
|
||||
ExportColumn::make('updated_at')
|
||||
->label('UPDATED AT'),
|
||||
ExportColumn::make('deleted_at')
|
||||
// ->enabledByDefault(false)
|
||||
->enabledByDefault(false)
|
||||
->label('DELETED AT'),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user