I can't see the table footer
In V2 we used to define table footer as public function getTableContentFooter(): View
{
return view('location of the view');
}
Now this method is not working in V3 . Anyidea to what to do ?
1 Reply
$table->contentFooter(..)