Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Tag: Vue (616)

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...
https://preview.keenthemes.com/metronic8/vue/demo1/?_ga=2.36191776.1634400312.1676862361-1139528689.1670912406#/crafted/modals/forms/new-addressWrong, this border has a shadowhttps://ibb.co/5RYNT47Right, this border has no shadowhttps://ibb.co/GJZSnnS
i love Metronic theme, but the charts widgets are use apexcharts, do you have any sample-like components---->dashboard_default-widgets---> widget*.vue are all use apex-charts. so i just want to know do you have any sample which use Apache ECharts, that will good helpful for me. i can modify acco...
I am using your Vue.js theme, here any datatable related addition was not visible in my package.json file. As far as I understood when I examined the codes, you wrote your own datatable with vue. There is no serverside instance in the project. I wonder if you have a chance to give an example on this...
Metronic demo 8 version 8.1.7node v18.14.1npm 9.5.0Is there specific files style.css & style.rtl.css for each Metronic demo ,if there , where I can find it .
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, after upgrading my app to 8.1.7 to be served from Vite, I get around 300 errors when I try to build - but no errors when I use npm run dev. Something most have changed radically, with the new build motor going from Webpack to esbuild with Vite - I understand that, but it's quite useless to n...
Hello there devs,I wish you guys have a specific build of the themes without jquery plugins so you can release it with vite.The reason is I mostly use the theme with vue project and the result is:- Webpack is slow for devs- Vite will be future for vue- Initialize theme "+plugins" after...
Hi, do you have any news about metronic support for Laravel + Inertia applications?This topic was already asked a couple of times in this forum.It would be really great if there would be support or at least a guide for how to use metronic with laravel 9 (or now 10) and inertia to be able to wr...
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, I am using HTML Metronic, and you know there are many repetitive DIV module like Footer, Header, Sidebar, So I want to decompose them. I decide to make them Vue modules. In other words, I will add Vue-template(the inner code is the same as the original code) to HTML by httpVueLoader. Everythi...
Only metronic 8 is included in the metronic theme. But I want to download metronic 7 theme. Could you help ?
here I want to ask about how to templating the 7 metronic demo with the laravel inertia vue js framework, when downloading the vue js template the file inside uses .ts
Hi, next is great example how implementing datatable.net in vue, i think may help https://codesandbox.io/s/datatables-option-api-example-6g3ksj?file=/package.json:240-393