From ad91c848e5a6b0b8a9bfc5937486e203ac79c845 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Sat, 3 Jan 2026 13:07:00 +0530 Subject: [PATCH] chnage dposition of lower and middle in table section of product characteritics master --- .../Resources/ProductCharacteristicsMasterResource.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/Filament/Resources/ProductCharacteristicsMasterResource.php b/app/Filament/Resources/ProductCharacteristicsMasterResource.php index 0e766d2..06e123a 100644 --- a/app/Filament/Resources/ProductCharacteristicsMasterResource.php +++ b/app/Filament/Resources/ProductCharacteristicsMasterResource.php @@ -274,11 +274,6 @@ class ProductCharacteristicsMasterResource extends Resource ->alignCenter() ->searchable() ->sortable(), - Tables\Columns\TextColumn::make('upper') - ->label('Upper') - ->alignCenter() - ->searchable() - ->sortable(), Tables\Columns\TextColumn::make('lower') ->label('Lower') ->alignCenter() @@ -289,6 +284,11 @@ class ProductCharacteristicsMasterResource extends Resource ->alignCenter() ->searchable() ->sortable(), + Tables\Columns\TextColumn::make('upper') + ->label('Upper') + ->alignCenter() + ->searchable() + ->sortable(), Tables\Columns\TextColumn::make('created_at') ->label('Created At') ->alignCenter() -- 2.49.1