ListViewProps
Represents the props of the KendoReact ListView component.
Name | Type | Default | Description |
---|---|---|---|
className? |
|
Sets a class of the ListView DOM element. | |
data? |
|
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. | |
navigatable? |
|
If set to | |
onScroll? |
|
Fires when the ListView has been scrolled. | |
style? |
|
Sets styles to the ListView container. |