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/documentation/columns-API.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ You can then chain the following methods.
14
14
15
15
### `get(column [integer])`
16
16
17
-
Fetch read-only data about the column at index `column`. The `column` parameter should be a non-zero-based integer.
17
+
Fetch read-only data about the column at index `column`. The `column` parameter should be an integer representing the column.
18
18
19
19
---
20
20
@@ -26,7 +26,7 @@ Fetch the number of columns.
26
26
27
27
### `sort(column [integer], direction [string])`
28
28
29
-
Sort the selected column. The `column` parameter should be a non-zero-based integer. The `direction` parameter is optional.
29
+
Sort the selected column. The `column` parameter should be an integer representing the column, starting with zero for the first column. The `direction` parameter is optional.
0 commit comments