mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-18 12:34:25 +08:00
feat(advance-table): sort by column emmit by self
This commit is contained in:
parent
b51a8fa18f
commit
468151cc9d
@ -62,7 +62,7 @@
|
||||
:class="{
|
||||
'n-advance-table__sortable-column': column.sortable
|
||||
}"
|
||||
@click.native="()=>sortByColumn(column)"
|
||||
@click.native.self="()=>sortByColumn(column)"
|
||||
>
|
||||
<!-- 当前页全选 -->
|
||||
<n-checkbox
|
||||
|
Loading…
Reference in New Issue
Block a user