We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a66ed58 commit eb448acCopy full SHA for eb448ac
src/Html/Column.php
@@ -504,6 +504,19 @@ public function footer($value)
504
return $this;
505
}
506
507
+ /**
508
+ * Set custom html title instead defult label.
509
+ *
510
+ * @param mixed $value
511
+ * @return $this
512
+ */
513
+ public function htmlTitle($value)
514
+ {
515
+ $this->attributes['html-title'] = $value;
516
+
517
+ return $this;
518
+ }
519
520
/**
521
* @return array
522
*/
0 commit comments