-
-
Notifications
You must be signed in to change notification settings - Fork 169
Labels
enhancementImprovements to existing features and functionalityImprovements to existing features and functionality
Description
Description
Allow the tableColumns and filters properties inside Table.vue to be used programmatically just like rows currently is. I think this would just require them to be added to the defineExpose of Table.vue.
Why Oruga need this feature
For tableColumns there is currently no way to easily retrieve the Field and Labels of every column when using o-table-column slots. For example we want to copy a table to clipboard which requires information about both the Labels for a header and the Fields of the columns to then retrieve the correct data from the rows.
For filters it would allow you to for example add filters when loading a page based on the url, or you could use it to filter on every column at the same time using a seperate input field.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementImprovements to existing features and functionalityImprovements to existing features and functionality