排序器增加优先级和单列排序支持

This commit is contained in:
孟帅
2023-08-15 16:47:38 +08:00
parent 9f91977a0d
commit 9fa670e5c3
5 changed files with 54 additions and 25 deletions

View File

@@ -1,5 +0,0 @@
export interface Sorter {
columnKey: string;
sorter: string | boolean;
order: string | boolean;
}