-
-
Notifications
You must be signed in to change notification settings - Fork 132
Closed
Description
After looking at the docs CDataTable does not have an event that indicates what are the current filtered items after one applies a filter to a specific column or searched in a table.
Hence, after looking at the code I saw that this can be easily achieved by emitting an event after
this.$emit('update:column-filter-value', this.columnFilterState) |
this.$emit('update:table-filter-value', this.tableFilterState) |
this.$emit('update:table-items', this.currentItems)
The name of the new event is mere indicative.
nguyenvietanh-btc
Metadata
Metadata
Assignees
Labels
No labels