[
https://issues.apache.org/jira/browse/OFBIZ-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481619
]
Chris Howe commented on OFBIZ-794:
----------------------------------
I'll finish up the party manager lookup form this evening which is a much
better POC because the underlying service does "LIKE" queries (so you can see
the keystroke update, my co-workers have been using it all week and you still
hear giggles) and the column widths are known.
The result set number is hard coded to 100, this number should obviously be
returned from the service (which is why you can't scroll all of the records).
A large dataset should only affect the server running the query service as only
x number of records are sent to the client at a time and only those x number of
records stay with the client (I don't believe they are appended to their
resultset), that same issue exists with pagination though.
I did an interesting use of this with ecommerce where instead of returning
columns, I made one return cell and in that cell did a screens.render for the
product summary. It's a little buggy but can be corrected with line-height
multiples being known.
> POC: Rico LiveGrid
> ------------------
>
> Key: OFBIZ-794
> URL: https://issues.apache.org/jira/browse/OFBIZ-794
> Project: OFBiz (The Open for Business Project)
> Issue Type: New Feature
> Reporter: Chris Howe
> Priority: Minor
> Attachments: LiveGrid.jpg, rico.jpg, ricowt.patch, ricowt.patch
>
>
> POC to incorporate Rico LiveGrid into tabular data to create "pageless"
> result sets
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.