Jump to content

In JSViz, how to paginate results


Jimmy Zhu

Recommended Posts

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

  • 9 months later...

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

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

  • 4 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...