Hi thereHow can I use the CSS vars for VueForm/Multiselect, there are 3 ways of styling but I don't know which one to use and how to use ithere are the styling docs for the componenthttps://github.com/vueform/multiselect#styling
Hi, is KTDatatable is included in Rider-Vue-Pro? or require to purchase separately?We tried Rider-Vue-Free but it seems that the template is a bit out of date, does pro version uses latest plugin and Vue version?
Hello am using metronic 8.1.6 and the dropdown on datatables is not working it just scrolls up, but i see on 8.1.8 its working how do i fix this on 8.1.6
I have a Vue app using v8.1.0 demo1Now I want to change the layout theme to be like demo 7 I copied the config from v8.2.1 demo 7 and pasted it in my app - Default Layout Config, but it didn't work!here is my old config:const config: LayoutConfigTypes = { themeName: "HRO", themeV...
I want to deploy the build "dist" to production.In production i have installed a nginx and configured it like examples for vue-apps.Wenn request the page only the index.html will be delivered - without any js and cssThis is my nginx blockroot /var/www//html/dist; #index...
When working with opening new components within v-for, since they are added after page-load, the dropdowns are not loading:data-kt-menu-trigger="click" data-kt-menu-placement="bottom-start" data-kt-menu-overflow="true"class="menu menu-sub menu-sub-dropdown" overflow:scroll;" data-kt-menu="...
Hi! Im using the Demo 1 version of the metronic template, i chose the Vue option.I am having a little trouble trying to render a drop down menu in my screen.There is this template section with a v-slot (Actions) inside a datatable:
I try to implement the Date Picker from the demo "Set First Target" into the Wizard "Create App" - but i can't receive the Date within my form. The picked Date is not stored in the "Interface" data. I use the name of the declared object within the parent - but the Yup (defined in the parent) tells m...
HelloI am working in a Vue 3 project that uses 8.1.6 Metronics version.I need to display a FullCalendar Component in a "kt-drawer" Component but there is a reactivity issue and it seems that FullCalendar CSS (or maybe FullCalendar options ?) are not reactive so FullCalendar displays in this...
Hello. I used metronic theme for my website. But unfortunately one of packages stopped whole page and started a music with alert message. Can we replace sweetalert2 or lock it in next versions of theme?
Hi, friend! We are very happy to use Metronic! It is wonderful!I am using my application in VueJs and metronic8/vue/demo1 Please help me with this:I need to show a fixed footer on mobile devices, similar to mobile apps. I need my users to see a fixed bottom menu from their mobile (menu with...
I run this path https://stock-uat.thaijobjob.com/dashboard on my local machine without any issues, but when I upload it to the server, it shows a 404 error.I can run this URL https://stock-uat.thaijobjob.com/ on the server, but when I refresh the page, it shows a 404 error.
my header menu with kt_app_header_wrapper class on localhost, can't float like preview on https://preview.keenthemes.com/metronic8/vue/demo1/dashboard like this https://i.imgur.com/M80sL7O.png
Hi,the vue js header (Navbar) has default a white background. Is there a setting value so that the navbar is like in the html version (transparent bg and on scroll white?
I'm having trouble with Pinia, when i refresh the page I'm sending back to the login page.And when I look to auth session info, the isAuthenticated is true. Can you guys help me?