searchData() - paulmaclean/datatables.webcomponent GitHub Wiki
type Function
Updates the table data from a subset derived from a search of all keys for a query string (case insensitive).
Syntax
searchData(queryVal:string): void
Usage
dataTable.searchData('foo')