Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Latest commit

 

History

History
55 lines (33 loc) · 1000 Bytes

v-menu.md

File metadata and controls

55 lines (33 loc) · 1000 Bytes

v-menu

filter

v-menu="filterkey:something" 
// see col-filter for more info for now, used when having filter with between values, adn two columns

sort

v-menu="sort:attributeField"

grouping

v-menu="groupby:attributeField"

Copypaste

col-row-menu="copypaste:attributeField"

todo, add picture

hide

col-label-menu="hideshow:true" (will try and use col-header-name, else its using the col-field with uppercase the first char todo, add picture

mix

You can also mix

v-menu="groupby:attributeField;sort:attributeField"

v-menu="groupby:attributeField;sort:attributeField;filter:attributeField"

  • todo add "hideshow:true" for hide/column chooser