Skip to content

Commit

Permalink
Merge pull request #422 from esabol/patch-1
Browse files Browse the repository at this point in the history
Update columns-API.md with additional clarification for sort()
  • Loading branch information
johanneswilm authored Feb 12, 2025
2 parents d3f1c1d + 6bc07c5 commit 3fada37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/columns-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Fetch the number of columns.

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

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

---

Expand Down

0 comments on commit 3fada37

Please sign in to comment.