it’s not a bug or big problem, but these tiny inconsistencies make developer life not easy:
I’m used to minWidth, maxWidth, minHeight, maxHeigth - all with camel case. Yet for autoheight and autowidth there is no upper letter. There was a number of times I wrote autoHeight and spent some time debugging.
Also, in datatable for setting auto height in subrow API is subRowHeight:“auto”, there as previous experience suggest to use autoSubRowHeight:true,
I don’t disagree about the camelCase options, we’ll consider the improvement. But as for the subRowHeight:"auto"
, we do not plan any changes in the current behavior.