andre 5 месяцев назад
Родитель
Сommit
9d9f58698c
1 измененных файлов с 10 добавлено и 0 удалено
  1. 10 0
      app/UI/Client/Setting/Pages/Settings.php

+ 10 - 0
app/UI/Client/Setting/Pages/Settings.php

@@ -100,6 +100,16 @@ class Settings extends DataTable implements ClientArea
         $this->addHtmlAttribute('display', 'none');
     }
 
+    /**
+     * @param $key
+     * @param $row
+     * @return mixed
+     */
+    public function customColumnHtmlSelfdomain()
+    {
+        $this->addHtmlAttribute('display', 'none');
+    }
+
     /**
      * load buttons
      */