From 9b0c08f227427d14b1963b7fe3ac43786907bde8 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Fri, 1 Nov 2019 13:59:09 +0300 Subject: [PATCH] Lint fixes --- src/views/datatable/DataTableDoc.vue | 4 ++-- src/views/datatable/DataTableStyleDemo.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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.