I want that in a table a static number of rows will be visible at a time. Suppose 5, how to configure this in vflow?
Yes , you can achieve this by making some configuration changes in vFlow -
Go to the properties section of Table component.
You can find a field named as - Number of pages on current page. as shown below -
In this field, enter a numeric value (for example:- 5 as in your case ) that specifies the number of rows that a table will displays to the user on the current page.
For reference screenshot is attached below-
Here, you can see Item per page field and arrows in the right bottom corner of table. From there you can navigate to next 5 entries.
In addition to this, ,If you enter the comma-separated values in the Number of pages on current page field, such as 5, 10, or 20, the application will display these values in a dropdown list. In the list, the end-user can select a specific value to see the exact number of rows on the current page.
After the above configuration , you can choose the no. of rows who want to show from the dropdown as given below-
After selection the table automatically shows the number of row in the table…
thanks @Nikhil.Dhanda
Can we add any Event on the selection of the value from this dropdown given?
No, you cant add event on this drop-down field.