Skip to content

Commit 3ba73c8

Browse files
author
Kenneth Cheng
committed
fixed filter row position
1 parent 63f25b0 commit 3ba73c8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue3-excel-editor",
33
"email": "[email protected]",
44
"description": "Vue3 plugin for displaying and editing the array-of-object in Excel style",
5-
"version": "1.0.19",
5+
"version": "1.0.20",
66
"main": "src/main.js",
77
"dependencies": {
88
"@vuepic/vue-datepicker": "^3.3.0",

src/VueExcelFilter.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,11 @@ export default {
4848
return ''
4949
},
5050
filterRowTop () {
51+
/*
5152
if (this.cell) return {top: this.cell.offsetTop + 'px'}
5253
else return {}
54+
*/
55+
return {}
5356
},
5457
},
5558
watch: {

0 commit comments

Comments
 (0)