Hello, I’m making some corrections inside the grid, because we need to add accessibility rules for people with visual impairments, normally these people use extensions to zoom inside websites, like for example the chrome extension: Zoom Text Only. However, when using this extension and zooming in on the text, the grid does not increase according to the font size, as it has a fixed height, I searched within the grid API and found the autoheight and autorowheight properties, but they only work when load the page and as this zoom happens dynamically, the grid ends up with a fixed height and does not increase according to the size of the content.
I’m using Angular and I found this topic on the forum, where it was replied that the grid does not work responsively: https://www.jqwidgets.com/community/topic/is-it-possible-to-make-responsive-grid- row-height/
Is there any way to make this work? if I use jqxDataTable will this feature work?