|
@@ -95,12 +95,9 @@ class Settings extends DataTable implements ClientArea
|
|
|
* @param $row
|
|
* @param $row
|
|
|
* @return mixed
|
|
* @return mixed
|
|
|
*/
|
|
*/
|
|
|
- public function replaceFieldSelfdns($key, $row)
|
|
|
|
|
|
|
+ public function customColumnHtmlSelfdns($key, $row)
|
|
|
{
|
|
{
|
|
|
- $field = new BaseField();
|
|
|
|
|
- $field->addHtmlAttribute('display', 'none');
|
|
|
|
|
-
|
|
|
|
|
- return $field->getHtml();
|
|
|
|
|
|
|
+ $this->addHtmlAttribute('display', 'none');
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|