Forum Discussion
Anonymous
4 years agoNot applicable
Custom Visual fetchMoreData function not responding
I have a custom visual with 80,000 rows of data i want to input into it. I call fetchMoreData in the update function and nothing happens, the update function is never called and i dont see any new da...
- Anonymous4 years ago
I needed to initilize the host in the construtor
this.host = options.host;
Anonymous
4 years agoNot applicable
I needed to initilize the host in the construtor
this.host = options.host;