Parcourir la source

new info button

andre il y a 5 mois
Parent
commit
9d9f58698c
1 fichiers modifiés avec 10 ajouts et 0 suppressions
  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');
         $this->addHtmlAttribute('display', 'none');
     }
     }
 
 
+    /**
+     * @param $key
+     * @param $row
+     * @return mixed
+     */
+    public function customColumnHtmlSelfdomain()
+    {
+        $this->addHtmlAttribute('display', 'none');
+    }
+
     /**
     /**
      * load buttons
      * load buttons
      */
      */