1
0
forked from poc/pds

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,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([