listView
listView is used to display collections of data in a tabular format. It's ideal for presenting lists of items with sorting, filtering, and pagination capabilities.
Example:
ListView Key Properties:
action
: Server action or endpoint string.title
: The title of the view.fields
: Defines the columns to be displayed, including their labels and properties.headerButtons
: Buttons displayed at the top of the list.itemButtons
: Buttons displayed for each item in the list.onItemClick
: Defines the action when an item is clicked.showInNavigation
: Whether to show this view in the main navigation.