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
and for instancethis.$emit('update:table-items', this.currentItems)
The name of the new event is mere indicative.
Metadata
Metadata
Assignees
Labels
No labels