mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-05 10:49:31 +02:00
#285 support owner requests
This commit is contained in:
parent
96a13e525a
commit
09b00780fc
1 changed files with 1 additions and 0 deletions
|
@ -448,6 +448,7 @@ class htmlDataTable extends htmlElement {
|
|||
$columnOptions[] = '{
|
||||
title: "' . $column->label . '",
|
||||
field: "' . $column->name . '",
|
||||
headerTooltip: "' . $column->label . '",
|
||||
formatter: "textarea"
|
||||
' . $headerFilter . '
|
||||
}';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue