diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 7605550e..e0bb804b 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -f069f87f17598d8d7986707294fc033fa465aa72 +52f6246f25276ecc920bdd37c89cfd95e81f5a93 diff --git a/examples/advanced_init/column_render.html b/examples/advanced_init/column_render.html index 3e8b4cec..cfa3e7d6 100644 --- a/examples/advanced_init/column_render.html +++ b/examples/advanced_init/column_render.html @@ -700,8 +700,8 @@ $(document).ready(function() {
The filtering functionality that is provided by DataTables is very useful for quickly search through +
The searching functionality that is provided by DataTables is very useful for quickly search through the information in the table - however the search is global, and you may wish to present controls to - filter on specific columns only.
+ search on specific columns only. -DataTables has the ability to apply filtering to a specific column through the DataTables has the ability to apply searching to a specific column through the column().search()DT
method (note that the name of the
method is search
not filter
since filter()DT
is used to apply a filter to a data
+ "DataTables API method">filter()DT is used to apply a filter to a result
set).
The column filters are cumulative, so you can apply multiple individual column filters, in addition - to the global filter, allowing complex filtering options to be presented to the user.
+The column searches are cumulative, so you can apply multiple individual column searchs, in addition + to the global search, allowing complex searching options to be presented to the user.
This examples shows text elements being used with the This example is almost identical to text based individual column example and provides the same
@@ -722,8 +722,8 @@ $(document).ready(function() {
API
DataTables example Individual column filtering (select inputs)
+ DataTables example Individual column searching (select inputs)
API
API
API
API
API
API
API
API
API
API
API
API
API
API
API
API
API
API
API
API
API
API
API
API