Added some additional columns to part list.

They are hidden by default but can be shown by a colvis button.
This commit is contained in:
Jan Böhmer 2019-09-06 18:25:24 +02:00
parent 16139d1afd
commit 720e1cd04e
10 changed files with 310 additions and 70 deletions

View file

@ -54,7 +54,7 @@ class PartListsController extends AbstractController
return $table->getResponse();
}
return $this->render('parts_list.html.twig', ['datatable' => $table]);
return $this->render('Parts/lists/category_list.html.twig', ['datatable' => $table]);
}
/**