Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Custom Visual fetchMoreData function not doing anything

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...
  • Anonymous's avatar
    Anonymous
    4 years ago

    I needed to initilise the host in the constructor 

    this.host = options.host;