...
The list view component represents a list of records that you create or have access to read or write and records shared with you of an object
One object can have multiple list views
However, one list view can show the record of a single object
...
You can create multiple table actions on the list view
These actions are mainly used to perform create, read, update or delete operations refresh, etc. operations
Each action has a workflow that actually performs an operation
Steps to create Table Action
...
Actions to be performed at the record level
These actions are mainly used to perform read, update or delete a single record
Each action has a workflow that actually performs an operation
Steps to create Row Action
...
You can set the actions at the column level on the listview
When you will click record in the column action gets executed
Each action has a workflow that actually performs an operation
Steps to create Column Action
...
You can select the icon to be displayed on the listview
Generally icon displays on the left side of the header and subheader
...
16. No Icon
Icon will not be displayed if this checkbox is checked
...
17. Inline Edit
Records can be edited at the list view if this checkbox is checked
If checked 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
...
18. Show Index
To show the index of records on the list view
...
19. 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
...
20. Is Export Supported?
If you check that checkbox download icon will appear on the right side of the search box
If you click on the download icon on listview, all the records can be exported in CSV format
...