Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QdtTable: qMatrix shows only 1000 values #115

Closed
roysahil opened this issue Jul 11, 2019 · 5 comments
Closed

QdtTable: qMatrix shows only 1000 values #115

roysahil opened this issue Jul 11, 2019 · 5 comments
Labels
enhancement New feature or request

Comments

@roysahil
Copy link

Using the qdt-components, I have created a grid in my React project. The issue is that source data has more then 25000 rows but my application is rendering only 1000 rows. Probably due to the hypercube limitation. But is there a way to increase its limit? Let me know what changes I should make to get all the rows in my table.

@roysahil
Copy link
Author

Would appreciate any suggestion or solution for this. This is slowly becoming a show stopper for my project at work. Thanks in advance.

@yianni-ververis
Copy link
Contributor

there is not way of changing the limits in the hypercuve results.

What you can do is have a loop to get all data like this

https://community.qlik.com/t5/Qlik-Design-Blog/Getting-all-data-cells-from-app-createCube/bc-p/1470928#M4912

@yianni-ververis
Copy link
Contributor

I have added 'getDataInterval' that gets all data based on the given seconds for looping, in QdtMapBox

https://github.com/qlik-demo-team/qdt-components/blob/master/docs/components/QdtMapBox.md

let me know where do you need it

@roysahil
Copy link
Author

I have added 'getDataInterval' that gets all data based on the given seconds for looping, in QdtMapBox

https://github.com/qlik-demo-team/qdt-components/blob/master/docs/components/QdtMapBox.md

let me know where do you need it

Thank you for responding. This looks promising. Can this be done for QdtTable component please?

@yianni-ververis yianni-ververis added the enhancement New feature or request label Jan 10, 2020
@yianni-ververis yianni-ververis changed the title qMatrix shows only 1000 values QdtTable: qMatrix shows only 1000 values Jan 10, 2020
@fkabinoff
Copy link
Collaborator

It's bad for performance and user experience to render so many things rows of a table in the dom at one time. QdtTable includes pagination for this reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants