diff --git a/src/views/datatable/DataTableRowGroupDemo.vue b/src/views/datatable/DataTableRowGroupDemo.vue index 41d8fbc9c..07ce31635 100755 --- a/src/views/datatable/DataTableRowGroupDemo.vue +++ b/src/views/datatable/DataTableRowGroupDemo.vue @@ -15,27 +15,29 @@ - - + + {{slotProps.data.country.name}} - - + + {{slotProps.data.status}} - + {{slotProps.data.representative.name}} - Total Customers - {{calculateCustomerTotal(slotProps.data.representative.name)}} + + Total Customers + + {{calculateCustomerTotal(slotProps.data.representative.name)}} @@ -132,27 +134,29 @@ export default { - - + + - + {{slotProps.data.country.name}} - - + + {{slotProps.data.status}} - + - + {{slotProps.data.representative.name}} - - Total Customers - {{calculateCustomerTotal(slotProps.data.representative.name)}} + + + Total Customers + + {{calculateCustomerTotal(slotProps.data.representative.name)}} @@ -295,27 +299,29 @@ export default { - - + + - + {{slotProps.data.country.name}} - - + + {{slotProps.data.status}} - + - + {{slotProps.data.representative.name}} - - Total Customers - {{calculateCustomerTotal(slotProps.data.representative.name)}} + + + Total Customers + + {{calculateCustomerTotal(slotProps.data.representative.name)}}