jQuery UI Widgets Forums Grid Grouping with different number of levels

This topic contains 2 replies, has 2 voices, and was last updated by  Jonas 8 years ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Grouping with different number of levels #88877

    Jonas
    Participant

    Hi,

    I have a grid that is grouped with a different number of levels. I have maximum 5 grouping levels, but some rows have 1 to 4 levels (some of the grouping columns being empty).

    The grid creates an empty group header for the rows with empty grouping columns. Is there any way to disable the creation of these empty group headers, or any workaround that can remove them?

    Example:

    Grid behavior:
    – Level 1 Header
    — (empty Level 2 header)
    — (empty Level 3 header)
    —- (empty Level 4 header)
    —– (empty Level 5 header)
    —— Row
    —— Row

    Desired behavior:

    – Level 1 Header
    —— Row
    —— Row

    It would be awesome if there was any achieve this.

    Grouping with different number of levels #88949

    Hristo
    Participant

    Hello Jonas,

    Unfortunately, it is not possible.
    I would like to suggest you look an another widget that could be used for a workaround – jqxTreeGrid.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

    Grouping with different number of levels #89087

    Jonas
    Participant

    Thank you, I will check it out.

    I will miss the possibility of filtering on each column by hovering the column header, but other than that it looks like it will do fine.

    If anyone knows of a good way to convert the data array from columns with group information to parents, using either PHP og javascript, let me know 🙂

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

You must be logged in to reply to this topic.