update:table组件

This commit is contained in:
JaguarJack
2021-03-31 20:21:16 +08:00
parent 5ce104e820
commit 2ad466e617
4 changed files with 66 additions and 9 deletions

View File

@@ -49,6 +49,19 @@ class HeaderItem
return $this;
}
/**
* 可排序
*
* @time 2021年03月31日
* @return $this
*/
public function sortable(): HeaderItem
{
$this->attributes['sortable'] = true;
return $this;
}
/**
* selection
*