Show:

Filtering on a column by column basis within the component's <table/>.

Methods

filterBy

()

Debounce the filterName method.

filterName

()

Constructs and sets the filter Object.

Properties

filter

Object

Must expose the filter property on the parent ember-tabular component to be able to pass the filter object back and forth between parent and child components.

Default: null

headerFilter

String

Value of filter.

Default: ''

inputPlaceholder

Unknown

isClearable

Unknown

query

Object

Pass the query object from the parent component if it is different or if used outside of the context of the component, otherwise query is optional and the component will attempt to grab within the context of the parent component.

Default: null

tagName

String

Default: 'th'