Quantcast
Channel: All Developer posts
Viewing all articles
Browse latest Browse all 48627

Fetch all data from dataset in Custom Visual

$
0
0

Hi,

I'm developing a custom visual and I need to load all records (rows and columns) that are in my dataSet.

My dataSet has 100.000 records and now the max numer of record in options.dataViews[0].table.rows is 30.000.

I would load the data with a sequence of requests with shifting start-point: i.e. from 0 to 500, 501 to 1000 and so on...

A similar behaviour is now present in Table Visual: when the user scroll down, next dataset is loaded.

Can someone help me?

 

Thanks

Giacomo

 


Viewing all articles
Browse latest Browse all 48627

Trending Articles