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
|`data`| Object | An object containing `sort` (you can set this at your backend) & `sorttype` (viz. Direction eg. `'asc'`, `'desc'`) |
77
75
|`icon`| String | (optional) Default is `chevron`; Refer [Semantic-UI Icons](https://semantic-ui.com/elements/icon.html) for specifying which icons you want. |
78
76
|`label`| String | (optional) Is responsible for the label that'll be displayed which will be clickable. |
77
+
|`toRoute`| Object | An object containing `name` (viz. Route Name) & `query` (viz. a object containing `sort` & `sorttype` similar to `$route.query`) |
79
78
80
-
```javascript
81
-
{
82
-
sort:1,
83
-
sorttype:'asc',
84
-
}
85
-
```
86
-
87
-
### :white_check_mark::ear: Events
79
+
### :white_check_mark: Events :ear:
88
80
89
81
| Name | Description |
90
82
| --- | --- |
91
-
|`sort-data`|Triggered when a user changes`sort` & `sorttype`.|
0 commit comments