Skip to main content
January 17, 2023
Solved

Fetching Data from Record

  • January 17, 2023
  • 2 replies
  • 0 views

Hi Team,
I have uploaded a document from the interface. Now I want to call the record and show the documents in file form like this  and also wants to add view more button option,

for example in the beginning   there are only 5 documents files that are visible now I will click on view more button and more files which are uploaded will be visible on interface.

Please tell is it possible to apply all these, if yes, how?
 
Thanks in Advance

    Best answer by sowmiyau0001

    Hi,

    Below code will works for your use case:

    1. On load displaying only 5 documents along with "View More" button

    2. By clicking on "View More" button displaying all the documents

    2 replies

    sowmiyau0001
    January 20, 2023

    Hi,

    Below code will works for your use case:

    1. On load displaying only 5 documents along with "View More" button

    2. By clicking on "View More" button displaying all the documents

    January 20, 2023

    [mention:7c716ef2d27d44289ed340198fdd3e8c:e9ed411860ed4f2ba0265705b8793d05]

    Thanks for explaining the solution so clearly. I will try to implement this same method.