widget in pages

I have a page in Filament that I want to put a widget and a table, I already have the widget created, the view made with the positioned divs but the page does not let me put the widget if it is not with the getHeaderWidget, this makes it appear, but it distorts the way I want to see the page, which is one thing next to the other (widget: left
table on the right)
It would be very helpful if you could tell me what I can do
The red box is where I want the widget.
widget.png
Solution
The widget area and the table area are separate. To achieve what you want you would have to do the table as a widget.
Was this page helpful?