jQuery UI Widgets Forums TreeGrid Subaggregate Row Height

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 8 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Subaggregate Row Height #87658

    Vrushali
    Participant

    Hello,

    I am using TreeGrid with 3 levels of data grouping having subtotals at each level. The grid is working fine. However, there is a little issue. The rows where subaggregates are shown are having too much of height. I tried setting property aggregatesHeight to a smaller value. This applies only to the last aggregates level. Rest of the subtotal rows are having height much more than the set value. Is there any way I can set the height of the subaggregate row value?

    Subaggregate Row Height #87729

    Hristo
    Participant

    Hello Vrushali,

    Property – aggregatesHeight affect only the base aggregate item.
    If you would like to change the height of other aggregate (sub) could set height of the <table> tag that you return (like in the example below – in the aggregatesRenderer).
    Could you try it on this demo:
    http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxtreegrid/javascript-tree-grid-custom-aggregates.htm?light

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.