Skip to content

Commit

Permalink
Boolean column fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaybokaderanium committed Feb 12, 2024
1 parent b0b69ab commit 6918500
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Resources/ConsentOptionResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,16 @@ public static function table(Table $table): Table
Tables\Columns\TextColumn::make('version')
->sortable(),
Tables\Columns\IconColumn::make('is_mandatory')
->boolean()
->sortable(),
Tables\Columns\IconColumn::make('is_current')
->boolean()
->sortable(),
Tables\Columns\IconColumn::make('enabled')
->boolean()
->sortable(),
Tables\Columns\IconColumn::make('force_user_update')
->boolean()
->sortable(),
Tables\Columns\TextColumn::make('usersAcceptedTotal')
->label('Accepted Users'),
Expand Down

0 comments on commit 6918500

Please sign in to comment.