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 has been archived by the owner on Feb 4, 2023. It is now read-only.
I have a datatables with places.
What I want is to list in the select2Filter only sections in the room.
How can I pass the id of the room (section.room.id) in the url (manage_section_list).
Thank you.
Here the PlaceDatatable.php :
`/**
* Builds the datatable.
*
* @param array $options
*/
public function buildDatatable(array $options = array())
{
// TODO: Implement buildDatatable() method.
$this->language->set(array(
'cdn_language_by_locale' => true,
));
If we make a custom twig function to check if the route name exists
and use it in Resources/views/filter/select2.html.twigline 33
it will work for both route names and generated paths like:
Hey!
I have a datatables with places.
What I want is to list in the select2Filter only sections in the room.
How can I pass the id of the room (section.room.id) in the url (manage_section_list).
Thank you.
Here the PlaceDatatable.php :
`/**
* Builds the datatable.
*
* @param array $options
*/
public function buildDatatable(array $options = array())
{
// TODO: Implement buildDatatable() method.
$this->language->set(array(
'cdn_language_by_locale' => true,
));
The text was updated successfully, but these errors were encountered: