Min width for the row header

Posted by: meera.wisniewski on 12 February 2020, 5:26 am EST

    • Post Options:
    • Link

    Posted 12 February 2020, 5:26 am EST

    How do i set a minimum width for a row header in Angular 8? header is dynamic and it does not expand the row-header column when the header is long.

  • Posted 12 February 2020, 4:17 pm EST

    Hi Meera,

    You can set the minSize property of the ColumnCollection of the rowHeaders grid panel:

    grid.rowHeaders.columns.minSize = 20;
    

    Refer to the link below:

    https://www.grapecity.com/wijmo/api/classes/wijmo_grid.rowcolcollection.html#minsize

    Regards,

    Ashwin

  • Posted 13 February 2020, 12:18 am EST

    Thanks! I will try that now.

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels