Table width in widget?
Any ideas how to make this table widget full width? I'm also looking to widen the "notes" :
TextInputColumn
It would be great if that particular column expanded to make the table full width. Relevant code below:
1 Reply
Well it turns out I had
{{$this->table}}
sitting inside a card. Table is now full width. yay. Now for that slim "notes" column. I know adding ->attributes() and setting pixel width explicitly works but as a bad hack...the responsiveness falls apart that way.