All Users

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, 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,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...
Hi,I`m using Metronic 8 with Vuejs 3 demo 5 and I`d like to change mobile menu behaviour like it is here this forum -> upper menu slide from left on mobile.RegardsKrystian
Hi Lauris,need your help please. I’m at advanced stage with my application using Vue 3 demo 5.Today started testing on mobile phone and it occur that when using el-select with filterable ….. when entering this field keyboard does not show.It is working with multiple option :(Facing thi...
Hi Lauris,I know that currently datatables does`n have such a functionality but ... can you please give me a tip how to expand this to have opportunity to summarize column(s) e.g. table like NAME, SURNAME, SALES, EARNINGS.I`d like to have additional row at the bottom of the table with sum eith...
Hi Lauris, I`m starting to expand FulCalendar and got a question:sample method for creating event const addEvent = () => { console.log("there you Go!"); calendarOptions.events = [ ...calendarOptions.events, { title: "My Title",...
Hi Teams,in router file there is breadcrumbs field meta: { pageTitle: "Dashboard", breadcrumbs: ["Dashboards"], },how can I display it - I`m using demo 5How to chain subpages for example Dashboard - subMenu - subSubMenuregards Krys...
Hi Team,I`m using Metronic 8 with Vuejs. Main menu is generated in Menu.vue and its looping through DocMenuConfig.Can you please advice me how to change menu items based on logged user role?I`'d like to create e.g four such a Configs: menuAdmin, menuUser, etc ... and switch it depending on l...
Hi Teams,Thanks for last update and vuejs fixes/upgrades.Just for information:1. Almost all vuejs online previews 3,4,5 shows us blank pagehttps://preview.keenthemes.com/metronic8/vue/demo5/2. SignIn page has been changed and it is not scaling good on mobile Refards thanks
Hi Teams,I`m using Metronic 8 Demo 5 Vue.On this forum I've pointed couple of bugs and waiting for fixes. In mean time I`m developing my backend. https://devs.keenthemes.com/question/element-plus-date-picker-metronic-vue-demo-5-811https://devs.keenthemes.com/question/elementplus-issues...
Hi,the issue is here https://preview.keenthemes.com/metronic8/vue/demo5/?_ga=2.208797522.1913056374.1650360416-103528003.1650360416#/crafted/modals/forms/new-targetwhen we click on calendar to move between months or pick a different year range ... no matter what calendar is closing. S...
Hi,Metronic Demo5 Vue, fresh installationcode from element-plus docs I used this code e.g on CustomersListing.vue th...
When defining table headercolumnName: "fieldName",columnLabel: "Invoice",current KTDataTable doesn`t look at columnName thats why we cant use label for header customization.the reason is in TableBodyRow.vueit need to be changed to ${properties.columnName}...
Hi,do have any roadmap for Vue Demo 5 or Vue basically?I'm at the begining of creating application with Metronic and switching from 8.0.38 to 8.1.1 is not a problem ... I will just start from scratch. I want dark/light theme up and running ... thanks.But my question is about the updates road...
Hi Team,I've got existing project with fixed content.I'd like to change to fluid.How to achieve this?regards
Hi,I`m trying to simplify your implementation of searching through table component. and JS. Initially table is filled. Typing in search field and "consoling" tableData and temp gives...
HI all,I`d like to hear from Vue, TS masters how to send post request with api service.Below example work fine but I've changed post method in apiservice fromparams: AxiosRequestConfigtoparams: anyhow to do it without changing apiService? Can you also pass examp...
Hi,I've Metronic 8 Vue version.node - 16.14.2npm - 8.5.4yarn - 1.22.18fresh downlod, yarn install gives meyarn install v1.22.18info No lockfile found.[1/4] Resolving packages...warning rtlcss-webpack-plugin > babel-runtime > core-js@2.6.12: core-js@
Hi,version 8 with vuecan you please give me a tip on how to use Modules in components?For example AuthModule - I`d like to print user name in topbar component
Hi, at the moment demo 1,2,3,4,5 is available with VueJs3.Can you please pass information about nearest future..which template can occur?
Hi,what is the purpose of executing before each router call verify action?Metronic is expecting back user object with token. So my backend should check if user from authorization header exists then pass user with new token back?Regardsa