Im currently trying to have the row height of a wijmo grid extended, but to no avail. I read the official documents and they said to add padding to the css of the grid cells, but in my case, the id is dynamic (meaning it is generated and not fixed). So I do not know how to change the row Height.
I have tried to set the padding from code, but the library made a alt grid just to stop me from changing the row height.
$('#' + 'form-' + currentFormIndex.toString() + '__' + element.Name).find('.wj-cells > .wj-row > .wj-cell').css("padding", "32px");
I want to ask if it is possible to change the row height in js code, OR if it is possible to add the dynamic id inside css files.
In Vue.js I have this on a wijmo grid table:
This code is called on DOM object:
I don't tried this, but it seems that it can be a good option.