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
Discussion posts and replies are publicly visible
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
sowmiyau0001
Thanks for explaining the solution so clearly. I will try to implement this same method.