Que tal he comprado Metronic Tailwind y me encantaría tener la versión de Angular ya que se manejar mas ahí, cuanto tiempo mas tendré que esperar para tenerlo?
Hi, I had tried to use Metronic 9 via Livewire but menus (sidebar and profile menu, top right) are not opening. I use currently livewire with Metronic 8 and menus are opening help of below script:document.addEventListener("livewire:navigated", () => { KTComponents.init()...
Hi,I hope this message finds you well.We are currently experiencing issues related to outdated dependencies while using Metronic 9 with the React and Tailwind configuration (metronic-tailwind-react@9.1.0). Specifically, the following warnings are being generated during installation:- npm...
Here are two hotfixes for the recent Datatable issue:1. Persist Search Input Value After Page RefreshIn the /src/core/components/datatable/datatable.ts file, modify the _attachSearchEvent function.Add the following lines after the searchElement declaration:const searchElement: HTM...
I've tried many times follow the instruction in the Documentation - Integration guide: https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/frontend/angularBut all the time I cannot run angular-tailwind, because when I run ng serve, I've got many warnings like this:Appl...
How to pass prefetched Data to DataTable, instead of using apiEndpoint?const apiUrl = 'https://yourapirul';const element = document.querySelector('#kt_remote_table');const dataTableOptions = {apiEndpoint: apiUrl, //want to avoid this approach, and pass the Data directlypageSiz...
I want to create a simple drag-and-drop interface similar to creative apps, where users can design characters or rooms. A concept close to what’s shown on https://pazuavatarworld.com/. Can this be done using Metronic’s components, and what’s the best approach to start?
Hi, I am using Metronic Tailwind Css Version 9.1.2 in my NextJs application.Problem:Auto-initialize of data table is not working using data-datatable="true" attribute in NextJs, although the workaround i found is to use next/dynamic and manually initialize using const dataTable = new KTDat...
Hi there,First of all thank you for amazing work on the theme. I'm one of the happy customers.I have successfully installed the bootstrap version under the rails Framework and it's working.Recently you released the Tailwind version 9.x on the HTML version.The question is, Do you have any tim...
My Next.js app crashes when I open the burger menu (sheet) on mobile simulation in dev mode. This happens in the demo8 layout and all other demo layouts as well. Here is my console outputs:https://imgur.com/18Lfdmshttps://imgur.com/qW7H9J3 (multiple)https://imgur.com/be1EcuJ
Hello, i recived this mail "Metronic 9 Tailwind React Arrived - Enterprise ready React App with 20+ generic React components, 10 unique demos, 100+ fully designed pages, 1000+ UI elements.", and i want to make a new React + Vite project. Could you give me the step by step process to initialize a...
Hi,Is there any update planned for Metronic 9? The last update was two months ago, and initially, Keenthemes mentioned that this was just the beginning, with only 5% of the planned features released. Additionally, Metronic Nest seems inactive.Looking forward to your response.
I am building nextjs application with Metronic 9 Tailwind version v9.1.2, and used the nextjs seed project from github: metronic-tailwind-next, but 'npm run build' throwing following error. whereas it was fine in the Metronic 9 tailwind v9.0.6. This started happening after migrating to the v9.1....
Hi! Metronic version: 9.1.2.I ended up having to subscribe to Tailwind's own component package (www.tailwindui.com/components) because the template doesn't have many components yet, and I was surprised that for some reason many of their own classes don't work in your template (which is Tailwind)...
I am upgrading the theme from 9.1 to 9.2, but I am experiencing several problems with KTDatatable.- In demo1 the tables use different classes than KTUI. Example kt-card-footer -> kt-datatable-toolbar, flex... -> kt-datatable-length etc..- How come the columns are always sortable even if I se...
Video Link : https://telemarketing.sgp1.cdn.digitaloceanspaces.com/280_1750515877.mp4Datatable will jump to top when we scroll to bottom. I think is due to the sticky header part.