Hi good day how can we use kt-datatable component with axios in vuejs ? When we tried this its not updating the table datasetup() { const tableHeader = ref([ { key: "checkbox", sortable: false, }, { name: "Name", key: "Name", sortable: true, }, ]); let tableData =...
Error is "getActivePinia()" was called but there was no active Pinia. Are you trying to use a store before calling "app.use(pinia)"?Followed all steps : Laravel 9 (with Vite) and Vue 3 integration [For Metronic v8.1.6+]so after that I am getting error : getActivePinia()....Note that I...
After already putting in some time with development, I'd like to install Vue. I'm using Metronic 8 with Laravel 9 and I'd like to start using Vue components for better usability. How do I go about installing Vue and using Vue components? All tutorials/articles that I see online are all for using La...
Hi,Personally I love your Metronic HTML Template, its beautifully designed and crafted, easy to learn and implement than any other brand template..but other Metronic versions like VUE etc. are little bit over bloated with outdated dependencies, and complex for starting new projects, Compilin...
I have used the updated theme's ktdatatable and I want to set the current page dynamic.I have used :current-page="2" but not working and it's set 1st page by default event I have set 2 in current page parameter.Waiting for your replyThank you!
import { useI18n } from "vue-i18n";const i18n = useI18n()how I can use it in folder router in index.ts file to translate for example :pageTitle: "title",breadcrumbs: ["bread"],I have tried a lot but to no availMetronic demo 8 version 8.1.7node v18.12.0...
Hello, when I try with postman, the backend I prepared returns the service token, but when I use your vue frontend with axios, I get a cors error. I used docker as webserver nginx virtualization and all my apps are behind reverse proxy on the same server. I would appreciate it if you could help :) B...
I am working on laravel project , using vue 3 with it , when i am running npm run serve is gives the following errorModule not found: Error: Can't resolve './src/main.ts' in 'C:\laragon\www\marco_v2'while running npm run watch it compiles it , and it is working fine , what i am trying to ach...
Hi,After I added "dark-mode" class to the body tag,and updated the import as below:```@import "assets/sass/plugins.dark";@import "assets/sass/style.dark";```I am only able to see a partial dark mode, the sidebar is still in light mode, and the New Member and New App button on the...
Hi there,I'm running a VueJs app with Metronic 9. I have an element I'd like to use reparent on that sits inside one component, but the new parent element is in another component.When I attempt to run reparent with both new parent and the original element in the same component it works prope...
Im having trouble with vue version of metronic 8, I need to activate a menu link dynamically into the code, I was trying to do so with Menucomponent.ts but I can't find into the public api some method to activate the menu item.Please can you help me, can you il...
Hi team ,How to apply fixed table header in metronic kt-datatables:component url : https://preview.keenthemes.com/metronic8/vue/docs/#/kt-datatables.i want to make tbody scrollable with fixed thead.I am looking forward to the solution and right approach.
I am trying to compile laravel and vue template in version 8.1.1, but I get the following error,I follow this tutorialhttps://preview.keenthemes.com/metronic8/vue/docs/#/vue-laravel-integrationwebpack compiled with 152 errors and 1 warningIs there a way to do the process?ERROR in C...
Hi! I've just setup Metronic with Vue and followed the guide in the docs. I'm trying to change the theme to 'dark', but nothing is working.I've tried adding a data-theme-mode attribute to . I've also tried changing the defaultThemeMode to 'dark' or manually adding...
I am using the theme metronic version 8.1.1 and i want to add my custom css. Where can i add that? and if i will add this, then at the time of deployment any affect will be shown because of the theme's own css?Please help me out with the folder structure to add the custom css and apply that css sm...