aurelia-v-grid / vGrid

Aurelia-v-grid - npm source
MIT License
49 stars 10 forks source link

customizable header menu #38

Closed Thanood closed 8 years ago

Thanood commented 8 years ago

This may be an oversight (on my side) since I'm only starting to read the code.

Is the header context menu actually customizable? There are a lot of built-in functions and string here: https://github.com/vegarringdal/vGrid/blob/dev-rebuild/vGrid/v-grid-attributes-contextmenu.js

What would I do if I wanted to change them (f.i. localize the menu item texts)?

vegarringdal commented 8 years ago

Yes, should be able to do something like that. Its not build for it yet, but will have that in mind when I clean up, to much repeated code there while I was testing/remaking it

vegarringdal commented 8 years ago

moved to aurelia toolkit, all development will continue there