MicroDroid / vue-materialize-datatable

A fancy Materialize CSS datatable VueJS component.
https://overcoder.dev/vue-materialize-datatable
MIT License
179 stars 66 forks source link

Can't Use The Data Table #69

Open indra619 opened 3 years ago

indra619 commented 3 years ago

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 commented 3 years ago

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 commented 1 year ago

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