Skip to content

Commit

Permalink
fixed filter row position
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Cheng committed May 4, 2023
1 parent 63f25b0 commit 3ba73c8
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "vue3-excel-editor",
"email": "[email protected]",
"description": "Vue3 plugin for displaying and editing the array-of-object in Excel style",
"version": "1.0.19",
"version": "1.0.20",
"main": "src/main.js",
"dependencies": {
"@vuepic/vue-datepicker": "^3.3.0",
3 changes: 3 additions & 0 deletions src/VueExcelFilter.vue
Original file line number Diff line number Diff line change
@@ -48,8 +48,11 @@ export default {
return ''
},
filterRowTop () {
/*
if (this.cell) return {top: this.cell.offsetTop + 'px'}
else return {}
*/
return {}
},
},
watch: {

0 comments on commit 3ba73c8

Please sign in to comment.