Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Setting sizey programmatically effects the order of other grid items #306

@madnaelo

Description

@madnaelo

Setting sizey programmatically of one grid item effects the order of other grid items randomly. This happens only if the items are already displayed.

For reproducing: Use demo source from angular2-grid. And add the following methods with some event of your choice:

      expandWidget(myWidget: any) {
          myWidget.gridItemConfig.sizey = 10;
      }

      collapseWidget(myWidget: any) {
          myWidget.gridItemConfig.sizey = 1;
      }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions