Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't Use The Data Table #69

Open
indra619 opened this issue Jan 13, 2021 · 2 comments
Open

Can't Use The Data Table #69

indra619 opened this issue Jan 13, 2021 · 2 comments

Comments

@indra619
Copy link

Hello There, i can't call the in my code . although the its already installed. no console error or anything but the tables didn't seems to appear. can you help?

"dependencies": {
"auth": "0.0.9",
"core-js": "^3.6.5",
"js-cookie": "^2.2.1",
"material-design-icons-iconfont": "^6.1.0",
"register-service-worker": "^1.7.1",
"sweetalert2": "^10.3.2",
"vue": "^2.6.11",
"vue-cli-plugin-axios": "~0.0.4",
"vue-cookies": "^1.7.4",
"vue-materialize-datatable": "^1.0.4",
"vue-router": "^3.2.0",
"vue-sweetalert2": "^3.0.8",
"vuelidate": "^0.7.5",
"vuetify": "^2.2.11",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-pwa": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"axios": "^0.21.1",
"node-sass": "^4.12.0",
"sass": "^1.19.0",
"sass-loader": "^8.0.2",
"vue-cli-plugin-vuetify": "~2.0.7",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.3.0"

here is my dependencies

@tpoussard
Copy link

tpoussard commented Jan 13, 2021

Maybe I can help you, it's working for me. From you're dependencies, there seem to be missing the materialize-css requirements :
"materialize-css": "^1.0.0"
If it doesf't fix it, can you show the component code where you're using the datatable ?

@obas101
Copy link

obas101 commented Dec 8, 2022

Datable is not responsive. Is there any prop to handle horizontal scroll on multiple columns without overflowing the table-header and table-footer?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants