search.caseInsensitive
Since: DataTables 1.10
Control case-sensitive filtering option.
Description
Flag to indicate if the filtering should be case insensitive or not.
Type
This option can be given in the following type(s):
Default
true
Example
Filter using case-sensitive matching:
$('#example').dataTable( {
"search": {
"caseInsensitive": false
}
} );
Related
The following options are directly related and may also be useful in your application development.