Hello team!Can you help me understand what is the versioning process for Metronic?For example, why we changed from 9.0.6 to 9.1.0?I'm just trying to understand the method here.Also, I've notice that there is a 9.0.7 version on Google Drive folder and there 9.1.0 is still beta.On Gitu...
The docs at https://keenthemes.com/metronic/tailwind/docs/components/datatable do not include enough information to work productively with KTDataTable using JS.For example, I don't know what exactly the `columns` option expect as value, but TypeScript reports that `columns` is a required attribu...
Hi, when following the instructions for creating a new project using Tailwind and integrating styles here: https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/angularThe project does not compile:[vite] Error when evaluating SSR module /main.server.mjs:|- ReferenceErro...
Hello, our company bought the metronic theme around 2 years ago and we plan to update our vue project soon. The metronic core changed completely from vue options-api to composition-api since then. Now we have to update every single page to have our project working with the current metronic version (...
I followed the documentation to bring the Tailwind theme into Laravel and am receiving the following error.[plugin:vite:css] [postcss] Cannot read properties of undefined (reading 'light')/Users/mweber/Developer/tempr-core/resources/css/app.scss at getDefaultGrayColors (/Users/mweb...
I am following the documentation of https://keenthemes.com/metronic/tailwind/docs/components/tabsI was testing the tab funcionality the 'show' event is called but the 'shown' is not called after the tab is successfully called, with the exact example that is on the docs , this might be a bugM...
Hello,Is there a Composer trial?I'd like to try it before buying it. I want to analyse what it generates, whether I can use it in my Rails project, and whether I can adapt it to an ERB file.Thank you.regardsMario
Background: Using Metronic Tailwind version with nextjs.Question: How to load all data once spanning multiple pages in the datatable from the remote data source and show it paginated.Currently if i return all data which is more than the page size it displays all records on the first and on...
Hello! is there any guide to help me update my laravel 11 project with metronic 9.1.2 to 9.2? I need it urgently and the truth I have tried by all means and always send me some error.. the official implementation guide of laravel with tailwild is not effective, I would like to know if there is a mig...
Hello KeenThemes team,We are currently using Metronic version 9 in our project, and we would like to ask two quick questions:Where can we find the official alert components (for displaying success, error, warning, or info messages) in Metronic v9?We've searched the documentation but couldn...
Hello ,I am going to integrate metronic-v9.0.4 into Laravel project , I uses the instructions on https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/laravel to do thatI see that the file src/app/layouts/demo1.js , while I will use the demo5 UI , so does this file will...
I made my Metronic 9 React Tailwind Integration, my system is running in the "dev" environment, but I get the following errors when building.src/metronic/core/components/datatable/datatable.ts:20:21 - error TS2612: Property '_config' will overwrite the base property in 'KTComponent'. If this i...
Is there a guide somewhere for implementing Metronic 9 into an existing Asp.Net Core MVC Web app? I want to keep the project very light so only need the basic layout and login pages
Hi there!I can't install the project ...I initialized my Vue project in a client folder, in order to eventually use a server folder to put an Express.js.In this client folder, I put the theme in the src folder.But I'm having trouble understanding the documentation for initializing the...
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
I want to make a dashboard like Demo8 Metronik and I work with vue and tailwind, but bootstrap is used in this demo package, but I don't want bootstrap and I want the whole project to be with tailwind. How should I do? In the documents, it was written to download the tailwind and html package, but I...