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: Docs/Interface/HtmlTable.Sort.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ HtmlTable Method: constructor
40
40
41
41
### Events
42
42
43
-
* sort - callback executed when a column is sorted; passed the *tbody*and the index of the column sorted.
43
+
* sort - callback executed when a column is sorted; passed the *tbody*(Element), the index of the column sorted (Integer) and which direction the table is sorted ("asc" or "desc").
0 commit comments