refactor: enhance task description display in TaskAssignmentRelationManager to support HTML and text wrapping

This commit is contained in:
Yoga Pangestu 2026-04-13 15:42:28 +07:00
parent 5b0588a367
commit a331be8dec

View File

@ -52,7 +52,8 @@ public function table(Table $table): Table
TextColumn::make('task_description')
->label('Deskripsi Tugas')
->limit(50),
->wrap()
->html(),
TextColumn::make('report_amount')
->label('Jumlah Bukti Tayang'),