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:
parent
5479600611
commit
e40d1edebc
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user