I have real time data. Server returns data source and columns after some time interval. These columns and data can be different each time. Is this possible to have dynamic rows and columns with IG grid?
I am using angular directive and ideally whenever scope is updated, it should auto reflect but it doesn't seems to be working:
/********************************** JS*/
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script><script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script><script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script><script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular.min.js"></script><script src="http://cdn-na.infragistics.com/igniteui/latest/js/infragistics.core.js"></script><script src="http://cdn-na.infragistics.com/igniteui/latest/js/infragistics.lob.js"></script><script src="https://github.com/IgniteUI/igniteui-angular/blob/master/src/igniteui-angular.js"></script>
Hello Shafaq,
This use case currently requires grid re-creation. Please, check the following GitHub issue: https://github.com/IgniteUI/igniteui-angular/issues/14 for information how to re-create the igGrid.
Best regards,Martin PavlovInfragistics, Inc.