src/components/PIMTable/PIMTable.vue
@@ -8,6 +8,7 @@ :highlight-current-row="highlightCurrentRow" :row-class-name="rowClassName" :row-style="rowStyle" :cell-style="cellStyle" :row-key="rowKey" :style="tableStyle" tooltip-effect="dark" @@ -293,6 +294,10 @@ type: [Object, Function], default: () => ({}), }, cellStyle: { type: [Object, Function], default: () => ({}), }, tableData: { type: Array, default: () => [],