/home/techb158/immovalet.ca/bower_components/datatables/media/src/model
NameSizeModeActions
model.column.js86920666editdlrm
model.defaults.columns.js243780666editdlrm
model.defaults.js622830666editdlrm
model.ext.js204310666editdlrm
model.row.js19850666editdlrm
model.search.js8730666editdlrm
model.settings.js241130666editdlrm
Edit: /home/techb158/immovalet.ca/bower_components/datatables/media/src/model/model.search.js (873B)
/** * Template object for the way in which DataTables holds information about * search information for the global filter and individual column filters. * @namespace */ DataTable.models.oSearch = { /** * Flag to indicate if the filtering should be case insensitive or not * @type boolean * @default true */ "bCaseInsensitive": true, /** * Applied search term * @type string * @default Empty string */ "sSearch": "", /** * Flag to indicate if the search term should be interpreted as a * regular expression (true) or not (false) and therefore and special * regex characters escaped. * @type boolean * @default false */ "bRegex": false, /** * Flag to indicate if DataTables is to use its smart filtering or not. * @type boolean * @default true */ "bSmart": true };