Piotr Żak

Results 4 comments of Piotr Żak

Hello @ratiw I'm using sequence as it's described in wiki. What I get is: ![image](https://user-images.githubusercontent.com/2997544/35036317-435b2aa6-fb74-11e7-96bf-e45ea19654d9.png) But I woudlike to have numeration from 1 not from 0 can You tell me...

"vue": "^2.5.8", "vuetable-2": "^1.7.2", my code looks like this ``` ```

What I did to make cell higher `cell.setHeight(cell.getTextHeight() + 12.0f);`

This works for me ``` import Vuetable from 'vuetable-2' export default { components: { Vuetable }, data() { return { gridData : [ { id:1, } ], fields: [ {...