Skip to content

filterCol()

Paul edited this page Jan 1, 2019 · 1 revision

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')

Clone this wiki locally