Piotr Żak
Piotr Żak
Hello @ratiw I'm using sequence as it's described in wiki. What I get is:  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: [ {...