Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

Tag: Tailwind 4 (401)

I’m using Metronic with Laravel + Livewire, and everything works fine in general. I have an accordion placed inside a Livewire component that renders as a modal. The issue is: when I open the modal, the built-in KTUI accordion JS does not work. Do I need to reinitialize KTUI when the modal is...
Hi, All going smooth except the Multiple select component. It is having one problem. I have around 83 languages options dropdown. and there's a possibility that a user can select all of them. but the problem is that when i select an option from the dropdown, the dropdown closes and item get...
Hi, I have used Metronic 8 Vue and HTML templates before and I was really pleased with them. I heard Metronic 9 Tailwind is out. But there is something I don't understand; Isn't the Metronic 9 Tailwind template included with the vue.js version? Is there only an HTML version? Kind regards...
HI, Background: I am using Remote data source for DataTable in Metronic 9 html + Nextjs, it provides requestHeaders option, which i am using to pass Authorization header with Bearer access token in it to make the server side call pass through the auth. Problem: In regular app when api call...
Hello, I see that some Tailwind components are coming out "soon", how long are your development pipelines, and is there any public roadmap? Thank you,
Hey team, any updates on the release of the new Metronic CRM? I noticed that the ktdatatable in the demo includes new features, such as **multiple selection filters** and a **column toggle**, which aren't currently available in **Metronic v9.2.1**. Do we have an estimated timeline for when...
I've follow all steps from documentation to integrate metronic 9 tailwind version with laravel, but when I run, the sidebar can't collapsed. I've used your example integration project on github, but still same. I don't know what I missed, I just follow every single steps from your documentation.
Hi, I am new to front end development. Now i am using symfony framework. i had purchase the composer package over here : https://keenthemes.com/metronic/tailwind/docs/composer and also metronic theme at themeforest. now i wanted to use demo2 as my template. i follow exactly above docum...
Hi, I’m using Metronic Tailwind version and I’m having issues with FormValidation error messages. The validation itself is working (fields are marked invalid), but the error messages are not being displayed correctly, especially for the Toggle Password field. Any guidance or example specific...
I try to initiate FormValidation but get error `FormValidation is not defined` I already load core.bundle.js Is something I missed
I am using KTUI/ Metronic with angular. I am wrapping a ktui element in a component to better use it with angular. Now I want to init() it. My current solution: ngAfterViewInit() { KTTooltip.init(); } This works. The issue I have is, that I now initialize every Tooltip which is curre...
Hello, the link for the v9.1.2 Docs is not working at the link: https://keenthemes.com/metronic/tailwind/docs/ Could you please fix this or provide me the documentation please?
I am using Remote data source for KTDataTable. I would like to show number of records above the table. The API return totalCount but I do not see any option to retrieve that from dataTable object. I have tried in the fetched event but dataTable object is not showing total count value. Please a...
I’m using Laravel + Livewire, along with the wire:navigate feature for page navigation. I started from the template available on GitHub (https://github.com/keenthemes/metronic-tailwind-html-integration/tree/main/metronic-tailwind-laravel-livewire). Some things are working well, but others are not....
I've noticed several classes are missing in assets/css/styles.css file. They are present in Docs tho /docs/dist/assets/css/styles.css For example: This menu page https://keenthemes.com/metronic/tailwind/docs/components/menu Uses this block to show the accordion a...
I followed this integration guide closely, but I couldn't get it to work. In core/index.ts I had errors regarding the imports (the default imports were actually named exports in their re...
Good afternoon, I did everything according to the instructions, installed Tailwind Vue, in general, everything works. I just can’t figure out how to make the dark theme switch work, as shown in the demo.
Any idea how much time it is going to take before the 'Soon' pages like Ecommerce are going to be ready?
I recently purchased Metronic 9 (my version is 9.3.1 with Tailwind 4.1.12) and am going the HTML route (with .Net Razor Pages) and am trying to setup a KTDataTable instance that shows a skeleton loader (per column) while an AJAX call is being made to retrieve data. I tried adding five rows to my...
Hello team I have datatable with remote data source, i can search it with input that have attribute "data-datatable-search", but how to implement datatable filters ? Thanks
Hello, thank you for creating such an amazing framework. I am running and testing it with NextJS. Currently, I am using the import statement: import KTLayout from "@/metronic/app/layouts/demo1"; However, I would like to use demo10 instead. Is there a solution for this? Could yo...