IgniteUI / igniteui-angular-wrappers

Ignite UI Angular component extensions by Infragistics

Home Page:http://igniteui.github.io/igniteui-angular-wrappers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot reset igHierarchicalGrid datasource by "this.data = [];"

norikois opened this issue · comments

Description

Cannot reset igHierarchicalGrid datasource by "this.data = [];"

Steps to reproduce

  1. Run the attached sample application.
  2. Click "ResetData" button.

Result

The data remains.

Expected result

The data should be cleared.

Attachments

my-app3.zip