You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2022. It is now read-only.
I´m using this bundle and i`m getting 'undefined index' error when I use an entity that has a primary key wich is a foreign key at the same time. This is my code:
public function getUserTableAction() {
$datatable = $this->get('lankit_datatables')->getDatatable('ErictelValetBundle:TDevices');
return $datatable->getSearchResults();
}