How to adjust TextInputColumn in a table width

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

Did you find this page helpful?