php - Laravel DataTable - $dataTable is undefined
one text
Solution:
public function index()
{
return ReportsDataTable::all()->render("pages.dataEntry.reports.index");
}
Sourceone text
public function index()
{
return ReportsDataTable::all()->render("pages.dataEntry.reports.index");
}
Source