You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`[nzShowSort]`| Whether to display sorting |`boolean`| - |
131
131
|`[nzSortFn]`| Sort function used to sort the data on client side (ref to Array.sort compareFunction). Should be set to `true` when using server side sorting |`NzTableSortFn<T> \| boolean`| - |
132
132
|`[nzSortOrder]`| Sort direction |`'ascend' \| 'descend' \| null`| - |
133
-
|`[nzSortDirections]`| Supported sort order, could be `'ascend'`, `'descend'`, `null`|`Array<'ascend' \| 'descend' \| null>`|`['ascend', 'descend', null]`|
133
+
|`[nzSortDirections]`| Supported sort order, could be `'ascend'`, `'descend'`, `null`|`Array<'ascend' \| 'descend' \| null>`|`['ascend', 'descend', null]`| ✅ |
134
134
|`(nzSortOrderChange)`| Callback when sort direction changes |`EventEmitter<'ascend' \| 'descend' \| null>`| - |
0 commit comments