Vue (432)

Hi, When using the vue version of metronic 8, how to use the server for pagination?
Hello,I started VueJS to improve my personal learning. I'm trying to integrate demo37 into vuejs. I used tab on the homepage, but the user dropdown in the top menu does not work. There are no errors in the console.I am using Laravel InertiaJS.
When the mobile phone browses vue-demo8, click the user menu button and the user menu will be displayed on the back of the sidebar instead of the front
Hi Lauris,Metronic Vue 8.1.7when using e.g. post request const getUsers = () => { ApiService.get("account/list") .then((data) => { tableData.value.splice(0, tableData.value.length, ...data); }) .catch(({ response }) => { console...
Hi I have this error Failed to parse JSON file, invalid JSON syntax found at line 2084I know de error is not in the .json file, so Iḿ asking me how to setting server.hmr.overlay to false in vite.config.js. in the proper way to see if itś solves my problemt. Thanks...this is the .json by the...
Hi, earlier version like 8.1.4 has this already covered.Again switching to dark mode - element plus still lightThe same with SweetAlert.Can you please give me a tip to fix both?
Hi ,please can you replay to me in this question in this link I asked before 2 day Thanks .https://devs.keenthemes.com/question/rtl-language-switch-vue-metronic-8
Hi,I'd like to play with this version and check possibility to migrate from 8.1.4This version is a little bit different.I manage to run it 1. disabling "Typescript and JavaScript Features" - in vsCode2. disable Vetur - in vsCode3. install Volar - in vsCode4. install TypeScript Vue P...
Why is Vue navbar multiplexing menu names? What is the solution ? For example;Dashboardlayout buildercraftedAppsMega MenuHelp --Again Dashboardlayout buildercraftedAppsMega MenuHelp
Hi,If I'm using v-loading, the z-index of it is 2000 and conflicts with KeenThemes (such as sidebars, modals etc, as they have around the z-index: 100).What is the best way to make sure it does not conflicts? I didn't find a perfect way to change the z-index of v-loading. Could you help?
The current version 8.0.38, upgrade directly to 8.1.6, the span is too big.
I am changing the default axios url in the Api Service, but it still does not affect it. Do I need to make a change in a different place?
HelloWe need to develop a web application using Metronic template backoffice (vuejs) but we need also to create several form pages without backoffice connection.I was testing to create those form pages, so I added a second app in main.ts (called appForm) and I add div id #appForm in index.ht...
HI.It is possible to add to the kt-datatables component (Vuejs) the option to customize the styles of the background color and borders of the cells. I need this option since I need to change the background color depending on a specific value in the cell.
how to prevent text of table new line in DataTable(metronic/ vue)https://www.youtube.com/watch?v=RCr2hWNGJ8w
Hello, I'm using Vue version of Metronic 8.1.6 and am trying to add sweetalert2 to my app. It works but its native CSS is missed, so alerts are not styled.I see there is a file \src\assets\sass\core\vendors\plugins\_sweetalert2.scss but apparently it's not globally enabled.The question is: w...
Hello,i need to know how i can get the data from laravel api with server side paginationim using KTDataTable vue typescript
hi, keen themesDropdown doesn't work for table Actions column.The reason we figured out was that keenthemes.js -> reinitializeComponents did not work because createInstances was not performed for the data rows received after the fetch API.If mock data is used without fetch API, the problem doe...
how to add arabic and rtl in vue rider template and thankyou
Hi, Are you considering including purgecss as part of the build process on Vite and maybe other build tools? Metronic and Bootstrap are producing a massive amount of css, that would be nice to be able to purge if possible, as this will have great impact on Google Lighthouse scores. Thanks...
Hi I need an editable table structure for this layout. When you click on the row, the rows should be edited directly. Do you have such a table structure?
In component demo1/src/layouts/main-layout/sidebar/SidebarLogo.vue.On sidebar toggle element (element with id kt_app_sidebar_toggle) add attribute ref="toggleRef"Add a new property for the component, to pass sidebar element.props: { sid...