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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@ All notable changes for each version of this project will be documented in this
10
10
-`headSelectorTemplate` - Gets/Sets the header row selector template.
11
11
-`rowSelectorTemplate` - Gets/Sets the custom template used for row selectors.
12
12
-`groupByRowSelectorTemplate` - Gets/Sets the custom template used for the group row selectors.
13
+
-`sortHeaderIconTemplate` - Gets/Sets a custom template that should be used when rendering a header sorting indicator when columns are not sorted.
14
+
-`sortAscendingHeaderIconTemplate` - Gets/Sets a custom template that should be used when rendering a header sorting indicator when columns are sorted in asc order.
15
+
-`sortDescendingHeaderIconTemplate` - Gets/Sets a custom template that should be used when rendering a header sorting indicator when columns are sorted in desc order.
13
16
-`rowEditActionsTemplate` - Gets/Sets the row edit actions template.
14
17
-`rowAddTextTemplate` - Gets/Sets the row add text template.
15
18
-`rowEditTextTemplate` - Gets/Sets the row edit text template.
0 commit comments