Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 653 Bytes

RbColumnAutoFilter.md

File metadata and controls

25 lines (17 loc) · 653 Bytes

RbColumnAutoFilter

An Excel-like table dropdown column filter

Props

Name Type Description Default
rows array The row dataset shown in he column to filter ``
field string The name of the field to filter by ``
modelValue object The filter model to apply null
format func The function to use to format the row values null

Slots

Name Description Scoped

Events

Name Description
update:modelValue An Excel-like table dropdown column filter

Methods