diff --git a/src/views/dataview/DataViewDoc.vue b/src/views/dataview/DataViewDoc.vue index b148fc9a8..61fbcf8ac 100755 --- a/src/views/dataview/DataViewDoc.vue +++ b/src/views/dataview/DataViewDoc.vue @@ -9,7 +9,7 @@ import DataView from 'primevue/dataview';
DataView utilizes PrimeFlex library so it needs to be installed before getting started. Refer to
DataView utilizes PrimeFlex library so it needs to be installed before getting started. Refer to
DataView requires a collection of items as its value and one or more templates depending on the layout mode e.g. list and grid. Throughout the samples, a car interface having vin, brand, year and color properties are used to define an object to be displayed by the dataview. Cars are loaded by a CarService that connects to a server to fetch the cars.