You can customize the layout around the table (e.g. for filters) by overriding the render
method
public function render(): View
{
return view('backend.users.table-layout'));
}
Inside the view, you can control where the table will be rendered by placing this snippet:
{!! $this->renderTable() !!}