Search results

FieldSettings API in Vue ListView API component

Represents the field settings of the ListView.

Properties

child

string

The child property is used for nested navigation of listed items.

enabled

string

Specifies the enabled state of the ListView component. And, we can disable the component using this property by setting its value as false.

groupBy

string

The groupBy property is used to wraps the ListView elements into a group.

htmlAttributes

string

The htmlAttributes allows additional attributes such as id, class, etc., and accepts n number of attributes in a key-value pair format.

iconCss

string

The iconCss is used to customize the icon to the list items dynamically. We can add a specific image to the icons using iconCss property.

id

string

Specifies the id field mapped in dataSource.

isChecked

string

The isChecked property is used to check whether the list items are in checked state or not.

isVisible

string

The isVisible property is used to check whether the list items are in visible state or not.

sortBy

string

The sortBy property used to enable the sorting of list items to be ascending or descending order.

tableName

string

Specifies the tableName used to fetch data from a specific table in the server.

text

string

The text property is used to map the text value from the data source for each list item.

tooltip

string

The tooltip is used to display the information about the target element while hovering on list items.