Report table order change and Remove maxRows limit
This commit is contained in:
@@ -158,12 +158,12 @@ class ItemResource extends Resource
|
||||
Tables\Columns\TextColumn::make('code')
|
||||
->sortable()
|
||||
->searchable(),
|
||||
Tables\Columns\TextColumn::make('hourly_quantity')
|
||||
->numeric()
|
||||
->sortable(),
|
||||
Tables\Columns\TextColumn::make('description')
|
||||
->sortable()
|
||||
->searchable(),
|
||||
Tables\Columns\TextColumn::make('hourly_quantity')
|
||||
->numeric()
|
||||
->sortable(),
|
||||
Tables\Columns\TextColumn::make('plant.name')
|
||||
->sortable()
|
||||
->searchable(),
|
||||
@@ -196,11 +196,11 @@ class ItemResource extends Resource
|
||||
])
|
||||
->headerActions([
|
||||
ImportAction::make()
|
||||
->importer(ItemImporter::class)
|
||||
->maxRows(100000),
|
||||
->importer(ItemImporter::class),
|
||||
// ->maxRows(100000),
|
||||
ExportAction::make()
|
||||
// ->columnMapping(true)
|
||||
//->label('Export')
|
||||
// ->label('Export')
|
||||
// ->fileName("items" . date('Y-m-d') . ".xlsx")
|
||||
->exporter(ItemExporter::class),
|
||||
// ->formats([
|
||||
|
||||
Reference in New Issue
Block a user