This repository was archived by the owner on Aug 16, 2020. It is now read-only.
This repository was archived by the owner on Aug 16, 2020. It is now read-only.
TableView / Loading data on demand #4
Open
Description
As SirixDB is able to store Integer.MAX - 1
revisions, we have to take paging into account.
So the table should be loaded at first with the metadata from most-recent-revision-number
to most-recent-revision-number - N
revisions, to display the metadata from the most recent n revisions. Then on page 2 or when scrolling down the next 10 should be requested from the HTTP-Server...