@@ -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
*/