Skip to content

Commit 3fada37

Browse files
authored
Merge pull request #422 from esabol/patch-1
Update columns-API.md with additional clarification for sort()
2 parents d3f1c1d + 6bc07c5 commit 3fada37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/columns-API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Fetch the number of columns.
2626

2727
### `sort(column [integer], direction [string])`
2828

29-
Sort the selected column. The `column` parameter should be an integer representing the column. 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.
3030

3131
---
3232

0 commit comments

Comments
 (0)