ant-digitalSolutions / antScriber-ui

0 stars 0 forks source link

Unable to Load More than 10 Documents in the Document Table view #1

Closed flechilla closed 11 months ago

flechilla commented 1 year ago

Detailed Description

Currently, when working with the Wizard Creator table that renders the documents and folders, the system does not allow the user to load more than the first 10 documents. The expectation is to be able to load more documents as needed, but this functionality seems to need to be added or fixed.

Steps to Reproduce

  1. Open the Wizard Creator table
  2. Try to load more than 10 documents
  3. Observe the lack of functionality to load more documents

Possible Solutions

To address this issue, I suggest implementing a 'Load More' button that will handle pagination. When the user clicks this button, more documents should be loaded from the server. Instead of moving from one page to another, it should load the next page from the server and append these new elements to the existing elements in the table.

flechilla commented 1 year ago

is loading all files