Filter table data using where()
A very simple example of using the where() filter on the Perspective table component's default data.
Expression binding on custom property
where(
{this.props.data},
it()['country'] = 'China' // case sensitive.
)