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
so the key is used for the title due to this line $this->setTitle($key, $value)
The text was updated successfully, but these errors were encountered:
ShaileshInfyom
changed the title
! change getColumns to be able to work with Relations with underscore DT
[BUG] ! change getColumns to be able to work with Relations with underscore DT
Jan 28, 2022
ShaileshInfyom
changed the title
[BUG] ! change getColumns to be able to work with Relations with underscore DT
[BUG]: change getColumns to be able to work with Relations with underscore DT
Jan 28, 2022
due to bugs
yajra/laravel-datatables#2324
yajra/laravel-datatables-html#123
due to code in
HasColumns.php
the default template doesn't work
the working solution is to change the returned array and the working function looks like
so the key is used for the title due to this line
$this->setTitle($key, $value)
The text was updated successfully, but these errors were encountered: