diff --git a/package.json b/package.json index b78bbcb..6227aa2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "HC200ok", "description": "A customizable and easy-to-use data table component made with Vue.js 3.x.", "private": false, - "version": "1.5.39", + "version": "1.5.40", "types": "./types/main.d.ts", "license": "MIT", "files": [ diff --git a/src/components/DataTable.vue b/src/components/DataTable.vue index 72b87ce..53c4e5b 100644 --- a/src/components/DataTable.vue +++ b/src/components/DataTable.vue @@ -145,14 +145,9 @@ // eslint-disable-next-line max-len }, typeof bodyItemClassName === 'string' ? bodyItemClassName : bodyItemClassName(column, index + 1), `direction-${bodyTextDirection}`]" @click="column === 'expand' ? updateExpandingItemIndexList(index + prevPageEndIndex, item, $event) : null" - > - + > @@ -161,7 +156,6 @@ :name="`item-${column.toLowerCase()}`" v-bind="item" /> - + diff --git a/src/modes/Client.vue b/src/modes/Client.vue index 36b425d..86c5105 100644 --- a/src/modes/Client.vue +++ b/src/modes/Client.vue @@ -89,11 +89,11 @@ -