I have handsontable. Normally i can edit cells if i dont use autoRowSize: true. But if i dont use autoRowSize: true row heights resizing randomly. I have to use that for proper row height displaying.
As you can see on image below weirdly i can only change checkbox. Dropdown or normal input fields not working. I cant edit them even if they are editable. Only checkbox can editable.
if my cell is read only like
<td class="htRight htNumeric htDimmed ui-datatable-even">0</td>
if cell not read only it is like
<td class="htAutocomplete ui-datatable-even"><div class="htAutocompleteArrow">▼</div></td>
For checkbox field and other fields who is not read only is not htdimmed(editable). I dont know what it caused of it with autoRowSize: true. How can i fix this ?