Jimmy Zhu Posted April 10, 2018 Share Posted April 10, 2018 Hi, In JSViz, we could only find the way to call "ReadNextRows" recursively to fetch data. In that way, we will have to read the whole table. Is there a way to query only specific paged data Also we found some classes in JSViz are sealed. Is it possible to make it unsealed so that developer can extend it Thanks, Jimmy Link to comment Share on other sites More sharing options...
Dave Leigh Posted January 24, 2019 Share Posted January 24, 2019 Hi Jimmy Reading only certain requested rows will be available in the next release of JSViz which is in testing now and should be available around the end of the month. This is mainly to support virtual tables and expandable visualizations such as network charts. If you can let me know which classes you are trying to extend, I will be glad to comment. There are some changes in the new release to support custom setup pages, so these may or may not be what you are asking for. Cheers Dave Link to comment Share on other sites More sharing options...
Jimmy Zhu Posted January 24, 2019 Author Share Posted January 24, 2019 Thank you, Dave. For the paging, we are using marking to limit the row number so that we don't have to extend classes. But we do have a plan to enhance the JSViz grid in column ordering, sorting and coloring. We will evaluate the new version of JSViz after its released. Regards, Jimmy Link to comment Share on other sites More sharing options...
Dave Leigh Posted February 15, 2019 Share Posted February 15, 2019 Hi Jimmy JSViz 3.5 is now available which provides data on-request functionality. Specifically take a look at the virtualtable sample to see how to use the new feature. Dave Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now