Skip to main content

RowMatcher

Row matcher.

Constructors

new RowMatcher()

new RowMatcher(dart): RowMatcher

Parameters

ParameterType
dartany

Returns

RowMatcher

Source

src/dataframe/row.ts:126

Properties

PropertyModifierType
dartprivateany

Methods

filter()

filter(): void

Returns

void

Source

src/dataframe/row.ts:129


highlight()

highlight(): void

Returns

void

Source

src/dataframe/row.ts:130


select()

select(): void

Returns

void

Source

src/dataframe/row.ts:128


toDataFrame()

toDataFrame(): any

Returns

any

Source

src/dataframe/row.ts:132