update:table组件
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
Reference in New Issue
Block a user