/**
  * Renders the js template.
  *
  * @param AbstractDatatableView $datatable
  *
  * @return mixed|string|void
  * @throws Exception
  */
 public function datatableRenderJs(AbstractDatatableView $datatable)
 {
     return $datatable->render('js');
 }