diff --git a/src/views/datatable/DataTableDoc.vue b/src/views/datatable/DataTableDoc.vue
index a85064ef33..682d624ecb 100644
--- a/src/views/datatable/DataTableDoc.vue
+++ b/src/views/datatable/DataTableDoc.vue
@@ -1345,7 +1345,7 @@ export default {
Row and Cell Styling
- Certain rows or cells can easily be styled based on conditions. Cell styling is implemented with templating whereas row styling utilizes the rowClass property which takes the
+
Certain rows or cells can easily be styled based on conditions. Cell styling is implemented with templating whereas row styling utilizes the rowClass property which takes the
row data as a parameter and returns the style class as a string.
@@ -1402,7 +1402,7 @@ export default {
/deep/ .orange-car {
background-color: #344b5f !important;
- color: #ffffff !important;
+ color: #ffffff !important;
}
diff --git a/src/views/datatable/DataTableStyleDemo.vue b/src/views/datatable/DataTableStyleDemo.vue
index ee6e7cc695..1bf6b6258d 100644
--- a/src/views/datatable/DataTableStyleDemo.vue
+++ b/src/views/datatable/DataTableStyleDemo.vue
@@ -82,7 +82,7 @@ export default {
/deep/ .orange-car {
background-color: #344b5f !important;
- color: #ffffff !important;
+ color: #ffffff !important;
}
@@ -133,6 +133,6 @@ export default {
/deep/ .orange-car {
background-color: #344b5f !important;
- color: #ffffff !important;
+ color: #ffffff !important;
}
\ No newline at end of file