The Demo5 template in Angular (maybe in others, I didn't check) has a problem when accessing an error screen and then going to a page where there is enough content to activate the screen scroll. The problem also occurs in the preview within the keenthemes page:Access:https://preview.keenthemes...
Hi,I followed instructions but i am unable to perform this step.Using typescript initialization with Vue-routerTo use typescript components in combination with vue-router , the component initialization must be triggered on every page change within beforeEach event.// index.tsimport KTCom...
Hello everyone,I'm currently playing with the new version of Metronic Tailwind and trying to integrate Filament Datatables and Filament Forms as per the documentation:https://filamentphp.com/docs/3.x/forms/installationHowever, I'm encountering issues with the dark mode. It doesn't seem to...
I am using Metronic theme library, version 8.2.8, and when I startup my page, it throws an exception saying "TypeError: Promise constructor cannot be invoked without 'new'". This plugin was working fine for the past year, up until I installed the .Net8 SDK, then received some error (forgot what it w...
My demo have a default layout which have header, content and footer with the scripts init where the initialization of metronics components is being set. Right now I want to create a second layout page which will not have header and footer(only contents ex: error component). But the dropdown, drawers...
Do you have deployment build script for react project like vite or webpack to generate dist files for production deployment?I tried the npm run build but I get the following errors:$ npm run build> metronic-react-tailwind@0.0.0 build> tsc -b && vite buildsrc/theme/core/helpers/util...
Hi,I have a question about Refresh/Reinitialize DataTable.Im using Metronic v9.0.4 with Angular. The DataTable component is working fine and now I want to implement function to fetch new data and view new fetched data. How to refresh/reinitialize the DataTable when a button was clicked witho...
HI,I'm developing a web application using the Angular “demo1” template, from Metronic 8.In this application, I would like to create a specific page with a different layout to the template's default layout. In this case, I'd like to use the layout of the “demo64” HTML template.Can you help...
This error shows on my PC only. On my co-devs(5 of them). Its running smoothly.On ASP.NET Core.var promiseRequiresObjectContext = throwsError(function () { return globals.Promise.call(3, noop); });TypeError: Promise constructor cannot be invoked without 'new' .plugins.bundle.js
Hello, is there a way for KT datatable to call remote data source api with request header, eg. if the api request must include token header? I already check in the documentation for datatable in metronic 9, but the example only covers api call without request header. Also, for the json response form...
Hi Metronic team I want your help making my datatable responsive I have done it but in some screen sizes the table will have a small horizontal slider [even after restarting the page with the new size] which I don't want even if small so what can I do. I am using Metronic HTML v8.2.7 with bootstrap
Hi,Does the vue frontend for Metronic work with any of the other backends included (NOT LARAVEL) . It is unclear but your notes suggest it only works with laravel. e.g. does it work with Django, Ruby or any of the others?
Hey, Metronic 8When using the drawer component and use the same element for submenu on desktop and drawer on mobile, what is needed is to turn :data-kt-drawer-activate="{default: true, lg: false}"data-kt-drawer-overlay="{default: true, lg: false}"you have som...
Hi,I can't seem to find any button sizing in the docs and when I use the standard Bootstrap sizing, there's nothing.Was this intentionally removed? I want to make sure before I add my own that this wasn't an error.If it was by design, I think there should be button sizing to include:...
I've been using at least a 7 backward version of Metronic. I check the changelog, it is so disruptive to update. For now may be the best way is start again with last version. But my question is :What is the optimal way to easily upgrade Metronic ( I'm using Blazor hosted)?
Topbar menu wont hide when change password modal is click.Image for desktop version : https://ibb.co/7RjgXCB Image for responsive version : https://ibb.co/cCnkp2H
Uncaught (in promise) undefinedUnderstand this errorscripts.bundle.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'init') at Object.init (scripts.bundle.js:1:41) at scripts.bundle.js:1:348widgets.bundle.js:1 Uncaught TypeError: Cannot read properties of undefin...
I've been following through this tutorial https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/frontend/react in order to install metronic v9 (with tailwindcss) on my vite+react projectproject was made from scratch by following and copying the given commands provided by the...