How to adjust TextInputColumn in a table width
i tried this code but nothing happen
Tables\Columns\TextInputColumn::make('quantity')
->label('Qty')
->columnSpan(2),
1 Reply
TextColumn::make()->extraInputAttributes([‘width’ => ‘200px’])
Column span doesn’t apply in a table cell.