Hello,You see I have assembled the base project of vue from the official vue repository of metronic and when I implement any html code such as the dashboard of the demo 1, looking at the demo preview of the official website I notice that my dashboard is less wide and I do not understand why....
Hi,The I have followed the vuejs instruction in detail but get so many errors.Example per the instruction the location of these files are wrong//////////////////////////////////////////////////////// Main style@import "./assets/css/styles.css";// Keenicons@import "./assets/stat...
Add the first level menu to the third level menu in the sidebar, and the position of the third level menu from right start will run to the left of the second level menu instead of the right.Test version: vue_v8.2.7_demo8Aside.vue
Hi Lauris,Im using Vue Metronic 8 demo 5.The issue is visible from example here https://preview.keenthemes.com/metronic8/vue/demo5/#/crafted/modals/forms/new-targetwhen you have a long enough modal to scroll it down and you`ll have el-select when you choose option ... modal is scrolling...
Vue Api Service not connected to Laravel Backend API(Sanctum) because of Authorization Token.Here is my sample code: import ApiService from "@/core/services/ApiService";const getUser = async () => { await ApiService.get('user/me') .then((resource) => { consol...
Metronic demo 8 version 8.1.7node v18.14.1npm 9.5.0before when I used version Vite v3.2.4 no error when I running the following command npm run buildbut now when I updated Vite to 3.2.5 the errors display in 3 files Errors Files 4 src/components/modals/wizards/T...
Hi team,I tried to download and relaunch the VueJs demo 1 of the new released version, as it is, and have the following Sass error. ERROR Failed to compile with 1 error 15:1...
HelloI Bought keenthemes_mega_templates_bundle_v1.1.2 and want to use rider_vue_pro_v1.0.0.But I can't even run it.I create a dir with content from "keenthemes_mega_templates_bundle_v1.1.2\rider_vue_pro_v1.0.0.zip\rider_vue_pro_v1.0.0\theme\"C:\temp\vue1>npm installnpm ERR! code ERES...
Is there any way to group records using a specific column in the Vue DataGrid - sort of like what there is here;https://preview.keenthemes.com/metronic/demo1/crud/datatables/advanced/row-grouping.html
Hi,Is there a way for the KT datatable to convert automatically to card view on mobile viewport?I see veutify has it working pretty much the way I would need it to work.https://vuetifyjs.com/en/components/data-tables/#usageNot sure if adding veutify to the metronic 8 project will bre...
We found that kt-datatable component is not sorting the first time, although the header shows that column is sorted (but this isn't). The datatable configuration is the following..
Am using metronic 8.1.1, vue versionWhen you select individual rows on datatables eg customer listing the selected counter on the top right shows a different figure
hi, keenthemesThe form-control-solid disabled state style does not exist, and the disabled state style is defined only in the form-control class.are there any plans to add styles related to disables state to the form-control-solid class?When using the form-control-solid class, the expres...
I am using kt data tables and el pagination. Now the issue is when I change the items per page dropdown of el-pagination my api returns the correct data.But my kt data table is not being updated.Pagination code
Hi - i am trying to build and deploy to production and getting the below errors.please can you help me resolve this?////////////////////PS C:\ZZDEV\SP-PAY\metronic-8.1.6-clean> npm run build> demo1@8.1.6 build > run-p type-check build-only> demo1@8.1.6 type-check> vu...
I'm looking for some advice to solve my problem.I use sidebar template demo 1 with vue 3. my sidebar didn't collapse when I clicked button to collapse it Where have I gone wrong? please help me to solve this problem// sidebar tag
Hello, when I am opening a website on a smartphone iPhone 11, 13 & 14 it opens at 90% resolution (zoomed in and the right side is not fit in the screen), so I need to zoom it out. Do u know how to fix it?