#285 support owner requests

This commit is contained in:
Roland Gruber 2024-05-31 20:32:28 +02:00
parent 96a13e525a
commit 09b00780fc

View file

@ -448,6 +448,7 @@ class htmlDataTable extends htmlElement {
$columnOptions[] = '{
title: "' . $column->label . '",
field: "' . $column->name . '",
headerTooltip: "' . $column->label . '",
formatter: "textarea"
' . $headerFilter . '
}';