Skip to content

Commit e070774

Browse files
committed
Merge branch 'main' of github.com:fiduswriter/Simple-DataTables
2 parents 3fa09b5 + 3fada37 commit e070774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/documentation/columns-API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can then chain the following methods.
1414

1515
### `get(column [integer])`
1616

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.
1818

1919
---
2020

@@ -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 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.
3030

3131
---
3232

0 commit comments

Comments
 (0)