Table widget width

I made a table widget and i added under a form but the table widget is half of what should have, how i could increase the width of the table widget? didn't found any help in the documentation
Solution
Meanwhile found the solution, we need to add this line in the widget:
protected int|string|array $columnSpan = 'full';
Was this page helpful?