This commit is contained in:
dhanabalan
2025-08-21 18:07:08 +05:30
parent b399141c7e
commit a831f6e787

View File

@@ -85,6 +85,7 @@ class UserResource extends Resource
// ->label('ID')
// ->numeric()
// ->sortable(),
Tables\Columns\TextColumn::make('No.')
->label('No.')
->getStateUsing(function ($record, $livewire, $column, $rowLoop) {