Skip to content

Commit

Permalink
Merge pull request #326 from kczx3/docs-classes
Browse files Browse the repository at this point in the history
Docs for classes
  • Loading branch information
johanneswilm authored Aug 3, 2023
2 parents d019c64 + 641a44d commit 716a278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Returns a reference to the currently displayed pagers.
### options
#### type `Object`

Returns the current configuration options.
Returns the current configuration options. See [Options](Options)

---

Expand Down
1 change: 1 addition & 0 deletions docs/documentation/Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ let dataTable = new DataTable(myTable, options);
* [type](columns#type)
* [format](columns#format)
### Appearance
* [classes](classes)
* [columns](columns)
* [fixedColumns](fixedColumns)
* [fixedHeight](fixedHeight)
Expand Down

0 comments on commit 716a278

Please sign in to comment.