...
Actions to be performed at the record level for the respective record
These actions are mainly used to perform read, update or delete a single record
Each action has a workflow that actually performs an operation
Default row actions are edit, delete, and view, but you can create more actions as per your needs as shown below
Steps to create Row Action
...
You can set the order by on the fields to records to be queried and displayed in the List View
You can order records in ascending or descending manner
14.
...
Text entered in the field will be displayed as the header of the modal while applying filters
...
Icon
You can select the icon to be displayed on the List View
Generally icon displays on the left side of the header and subheader
...
...
15. No Icon
The icon will not be displayed if this checkbox is checked
...
...
16. Inline Edit
Records can be edited at the List View if this checkbox is checked
If checked, a pencil icon will appear when you hover over the record
Inline edit allows changing the value of a field, without needing to navigate to a record
...
...
17. Show Index
To show the index of records on the List View
...
...
18. Show Page Size Drop Down up
Generally, a drop-down list opens a list of items in a downward direction
If you check this check box it will open a list in an upward direction
...
...
19. Is Export Supported?
If you check that checkbox then the download icon will appear on the right side of the search box
Upon clicking the download icon on the List View, all the records can be exported in a CSV file
...