diff --git a/docs/documentation/API.md b/docs/documentation/API.md index b7d66496..ff7e8acd 100644 --- a/docs/documentation/API.md +++ b/docs/documentation/API.md @@ -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) --- diff --git a/docs/documentation/Options.md b/docs/documentation/Options.md index ab419415..ffa7a648 100644 --- a/docs/documentation/Options.md +++ b/docs/documentation/Options.md @@ -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)