9a3d4 form page (#20)

* Form page new ui

* UI polishing, code cleanign & bug fixes

* form page divide into separate component & user route-view for tabs

* new pages change meta info

* Display columns  modal

Co-authored-by: Julien Nahum <jhumanj@MacBook-Pro-de-Julien.local>
This commit is contained in:
Chirag
2022-11-09 15:53:17 +05:30
committed by GitHub
parent 0292dc0ec6
commit 0ef6e0cbdd
20 changed files with 929 additions and 767 deletions

View File

@@ -172,7 +172,9 @@ export default {
beforeDestroy() {
const parent = document.getElementById('table-page')
parent.removeEventListener('scroll', this.handleScroll)
if (parent) {
parent.removeEventListener('scroll', this.handleScroll)
}
window.removeEventListener('resize', this.handleScroll)
},