v-menu="filterkey:something"
// see col-filter for more info for now, used when having filter with between values, adn two columns
v-menu="sort:attributeField"
v-menu="groupby:attributeField"
col-row-menu="copypaste:attributeField"
todo, add picture
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
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