-
Notifications
You must be signed in to change notification settings - Fork 2
filterable
Paul edited this page Jan 2, 2019
·
2 revisions
{
enabled: true,
colIndexes: [],
}The filterable property sets the options for filterting columns. The colIndexes array indicated which columns are to be filterable.
render() {
return html`
<example-data-table .filterable="${ {colIndexes: [1]} }"></example-data-table>
`
}