diff --git a/src/views/datatable/DataTableDoc.vue b/src/views/datatable/DataTableDoc.vue index a10028e12..95911f0fd 100755 --- a/src/views/datatable/DataTableDoc.vue +++ b/src/views/datatable/DataTableDoc.vue @@ -899,7 +899,7 @@ matchModes: [
If you prefer a radioButton or a checkbox instead of a row click, use the selectionMode of a column instead. Following datatable displays a checkbox at the first column of each row and automatically adds a header checkbox to toggle selection of all rows.
-<DataTable :value="cars" v-model:selection="selectedCars" selectionMode="multiple" dataKey="vin">
+<DataTable :value="cars" v-model:selection="selectedCars" dataKey="vin">
<Column selectionMode="multiple"></Column>
<Column field="vin" header="Vin"></Column>
<Column field="year" header="Year"></Column>
@@ -1835,7 +1835,7 @@ export default {
null
Number of total records, defaults to length of value when not defined.
-
+
paginator
boolean
false