EmberTabularFilter Class
Defined in:
addon/components/ember-tabular-filter.js:3
Filtering on a column by column basis within the component's <table/>.
Item Index
Methods
Properties
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
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
ember-tabular