Interface for a class FieldSettings
string
The child
property is used for nested navigation of listed items.
string
Specifies the enabled state of the ListView component. And, we can disable the component using this property by setting its value as false.
string
The groupBy
property is used to wraps the ListView elements into a group.
string
The htmlAttributes
allows additional attributes such as id, class, etc., and
accepts n number of attributes in a key-value pair format.
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.
string
Specifies the id field mapped in dataSource.
string
The isChecked
property is used to check whether the list items are in checked state or not.
string
The isVisible
property is used to check whether the list items are in visible state or not.
string
The sortBy
property used to enable the sorting of list items to be ascending or descending order.
string
Specifies the tableName
used to fetch data from a specific table in the server.
string
The text
property is used to map the text value from the data source for each list item.
string
The tooltip
is used to display the information about the target element while hovering on list items.