refactor: enhance task description display in TaskAssignmentRelationManager to support HTML and text wrapping
This commit is contained in:
parent
5b0588a367
commit
a331be8dec
@ -52,7 +52,8 @@ public function table(Table $table): Table
|
|||||||
|
|
||||||
TextColumn::make('task_description')
|
TextColumn::make('task_description')
|
||||||
->label('Deskripsi Tugas')
|
->label('Deskripsi Tugas')
|
||||||
->limit(50),
|
->wrap()
|
||||||
|
->html(),
|
||||||
|
|
||||||
TextColumn::make('report_amount')
|
TextColumn::make('report_amount')
|
||||||
->label('Jumlah Bukti Tayang'),
|
->label('Jumlah Bukti Tayang'),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user