Skip to content

Commit 5ee33c3

Browse files
committed
Updated wrong callback doc
1 parent 86c4d60 commit 5ee33c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

callbacks/callback-order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Fires when a new order option is selected.
88

99
| Name | Type | Description |
1010
|---|---|---|
11-
| sortObj | object | Sorting object properties: method, order, and prop. |
11+
| order | string | Order string value - asc or desc. |

callbacks/callback-sorting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Fires when a new sorting method is selected.
88

99
| Name | Type | Description |
1010
|---|---|---|
11-
| order | string | Order string value - asc or desc. |
11+
| sortObj | object | Sorting object properties: method, order, and prop. |

0 commit comments

Comments
 (0)