Server-side pagination in the FV component

How to Configure server-side pagination in the FV component?

Hi @aakriti.kamboj, To provide Server- Side pagination on FV, you can follow the below-mentioned steps:

  1. Go to the List’s Properties section and select the Server side pagination property.
  2. You will see a few new parameters will add on which are:

Number of Items: This property decides what amount of data you want to be made visible on the build at the time of execution.

Debounce Time: If you want to add on some delay time while fetching data from the server.

1 Like