jQWidgets Forums

jQuery UI Widgets Forums Grid Grid 200% resolution

This topic contains 1 reply, has 2 voices, and was last updated by  ivanpeevski 3 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Grid 200% resolution #121132

    ptvspw
    Participant

    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?

    Grid 200% resolution #121145

    ivanpeevski
    Participant

    Hello ptvspw,

    Although this functionality is not natively supported, it is still possible to adjust the grid’s behavior.
    Please have a look at the demo below for an implementation in Angular. The implementation is inside the ngAfterViewInit() event:
    https://stackblitz.com/edit/github-hhx5ny?file=src%2Fapp%2Fapp.component.ts for the code
    https://github-hhx5ny.stackblitz.io/ for a preview in the browser
    The functionality works with the “Zoom Text Only” extension mentioned in the post.

    I hope this will be of help!
    If you have any other questions, please do not hesitate to contact us again.
    Best Regards,
    Ivan Peevski
    jQWidgets team
    https://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.