An element by Forter
<script>
import '@forter/filter';
</script>
<fc-filter>
</fc-filter>
<!-- TEXT -->
<fc-filter type="text"></fc-filter>
<!-- NUMBER -->
<fc-filter type="number"></fc-filter>
<!-- VALUES -->
<fc-filter type="values"></fc-filter>
Property | Attribute | Type | Default | Description |
---|---|---|---|---|
apply |
apply |
boolean |
false | |
column |
column |
{} |
{} | |
dismiss |
dismiss |
boolean |
false | Used from outside to tell the component that the popover it's in has closed and that it should remove the changes |
flat |
flat |
boolean |
false | |
renderer |
renderer |
any |
||
reset |
reset |
boolean |
false | Used from outside when a clear filter is selected, to tell the component to clear itself up |
type |
type |
string |
"text" | The type |
Event |
---|
column-filter |
Property | Description |
---|---|
--fc-filter-disabled-color |
disabled color. example: gray
|