filterCol() - paulmaclean/datatables.webcomponent GitHub Wiki

type Function

Updates the table data with the given col key filtered by the given value.

Syntax

filterCol(key: string, queryValue: any): void

Usage

dataTable.filterCol('name', 'foo')