I'd like to integrate with easyui but this is happen to me, any solution for this?Uncaught TypeError: No method named "destroy" at HTMLInputElement. (plugins.bundle.js:25:159338) at Function.each (plugins.bundle.js:14:3003) at _.fn.init.each (plugins.bundle.js:14:1482)...
https://preview.keenthemes.com/html/metronic/docs/forms/image-inputIf you click on the pencil icon on the example, it pops up the file input dialog, if you move the dialog away you will see a ghost background.Can you please fix that?
Hello, the `demo19` contains an aside option that we would like to use for implementation. However, when using dark-mode in Demo19, the aside does not update to dark-mode styling like the rest of the theme. You can test this via the demo page by setting Aside -> Display -> True. Then switch to...
How can I implement "mega-menu" layout options in menu.php configuration file.https://flic.kr/p/2nMWs6Rhttps://flic.kr/p/2nMWs5Zhttps://flic.kr/p/2nMVia4I saw that the views are in the directory "resources/views/layout/demo1/partials/header/_menu/__dashboards.blade.php" but I didn't find...
Hi,How I need to download invoice? Can you have an example of code for this 3 templates?https://preview.keenthemes.com/metronic8/demo1/apps/invoices/view/invoice-1.htmlhttps://preview.keenthemes.com/metronic8/demo1/apps/invoices/view/invoice-2.htmlhttps://preview.keenthemes.com/metronic8...
Hi, just noticed that vue-cli is flagged as in maintenance mode, and they suggest people to use create-vue instead (with Vite).Is this something that is coming in a future update to the Vue version sometimes soon?Thanks in advance!
Hi Team:I found a bug When I go to firstpageAnd go to demo1's subscription-listif my data has data it is ok to click Actionsbut if my init data is empyt it will go back to homepagehttps://youtu.be/7U32Y9kIN7U
Hello everyone,I'm trying to fully integrate Metronic theme with Laravel / Vue.My version of Laravel is 6 (6.20.11), a version of laravel-mix is latest version (6).My current Metronic theme version is 8.I've been following this part of documentation ( https://keenthemes.com/metronic/?pag...
Hi all, I have a problem with a dropdown menu in a data table. The problem is not limited to my app, it can be reproduced in this demo page: https://preview.keenthemes.com/metronic8/demo11/apps/user-management/users/list.html The problem shows up on an IPhone, but not on an Android smartph...
Hello Guys,I am trying to setup metronic in a nx monorepo enviorment, if you have any plans for nx based release or can provide some insights for succesful implementation it would be a great help to me.here are my issues:putting sidebar, topbar etc in a shared lib is causing erro...
Hi, When I refresh my page it seem it went from dark mode back to light. Is it some script or something that I accidentally remove or something that may cause it? And how can I fix it? I'm using V.8.1.0 Thanks.
Hi keenthemes,The Slider appears to not work in RTL Landing page, although it is working on the LTR .. ??Here : https://preview.keenthemes.com/metronic8/demo1/rtl/landing.htmlthank you
How to update this server side https://github.com/mcintyre321/mvc.jquery.datatablesJquery datatable to KtDataTable in asp.net mvc?HTML KTDatatable metronic v8
How to change the document title in the export datatable feature?For example, export datatable to excel (ecommerce app), the title is SHIPPING REPORT, I want to replace it with a title that suits my needs.Thank you
Where can I find the KTDatatable in v8, as I'm seeing in components only Datatables.net and yours are more smooth, besides with the regular setup of Datatables.net loads data with page rendering and if it takes too long will hangup page, but KTDatatable waits until page render and then loads data so...