ListViewProps
Represents the props of the Kendo UI for Vue ListView component.
Name | Type | Default | Description |
---|---|---|---|
dataItems? |
|
Sets the data of the ListView. | |
footer? |
|
Defines the component that will be rendered for ListView footer. | |
header? |
|
Defines the component that will be rendered for ListView header. | |
item? |
|
Defines the component that will be rendered for each item of the data collection. | |
onScroll? |
|
Fires when the ListView has been scrolled. |