1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-01 13:24:10 +01:00

Fix - docs: Link to sDom from bFilter was incorrect

This commit is contained in:
Allan Jardine 2012-02-28 10:35:46 +00:00
parent 5479600611
commit e40d1edebc
2 changed files with 2 additions and 2 deletions

View File

@ -7768,7 +7768,7 @@
* specified (this allow matching across multiple columns). Note that if you
* wish to use filtering in DataTables this must remain 'true' - to remove the
* default filtering input box and retain filtering abilities, please use
* @ref{sDom}.
* {@link DataTable.defaults.sDom}.
* @type boolean
* @default true
* @dtopt Features

View File

@ -294,7 +294,7 @@ DataTable.defaults = {
* specified (this allow matching across multiple columns). Note that if you
* wish to use filtering in DataTables this must remain 'true' - to remove the
* default filtering input box and retain filtering abilities, please use
* @ref{sDom}.
* {@link DataTable.defaults.sDom}.
* @type boolean
* @default true
* @dtopt Features