Report table order change and Remove maxRows limit

This commit is contained in:
dhanabalan
2025-04-25 12:57:30 +05:30
parent 81640fda90
commit b3c034a602

View File

@@ -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,8 +196,8 @@ class ItemResource extends Resource
])
->headerActions([
ImportAction::make()
->importer(ItemImporter::class)
->maxRows(100000),
->importer(ItemImporter::class),
// ->maxRows(100000),
ExportAction::make()
// ->columnMapping(true)
// ->label('Export')