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 4d6e2e3 commit 8f7b2e5Copy full SHA for 8f7b2e5
src/Html/Column.php
@@ -510,9 +510,9 @@ public function footer($value)
510
* @param mixed $value
511
* @return $this
512
*/
513
- public function htmlTitle($value)
+ public function titleAttr($value)
514
{
515
- $this->attributes['html-title'] = $value;
+ $this->attributes['titleAttr'] = $value;
516
517
return $this;
518
}
0 commit comments