Selaa lähdekoodia

new info button

andre 5 kuukautta sitten
vanhempi
commit
9d9f58698c
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  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
      */