Hi, I want to create a menu that is just a link without a dropdown. How can I do it? I tried it like this. Is this the right way? https://pastebin.com/XXZbk3cX Dashboard
Background:Using Metronic 9 Tailwind in NextJs with GlobalInit.tsx ( KTComponent.init() ) based component initialization in the _app.tsx.Problem:Components which are rendered after the initial app load are not initialized, so resultantly not working. For example, fetching some data from an A...
First of all thank you for the theme. The question arises that how to implement the demos from this page: https://keenthemes.com/metronic/tailwind/docs/ ?There's React and HTML but not Vue. Does that really mean one needs to fully convert everything from the downloaded dist/ folder for speci...
I am using angular 18 with Metronic 9.I went through some docs I found online and also went through the html template for demo1. I was wondering how do I get the sidebar to collapse and become the minimied version? I did follow the integration guide to the dot as mentioned in the documentation....
Hey everyone, I have been working on a project using Metronic & I ran into a bit of an issue while trying to customize one of the dashboard components. Also I m trying to tweak the layout of a certain widget to include an additional icon and change the font size dynamically based on screen wid...
➜ press h + enter to show helpfile:///C:/Users/eduar/Downloads/themeforest-cNHNYOJH-metronic-responsive-admin-dashboard-template/metronic-v9.1.2/metronic-v9.1.2/metronic-tailwind-react/typescript/vite/tailwind.config.js:1module.exports = {^ReferenceError: module is not defined...
How can I use the following libraries and tools: Autosize, Bootstrap Maxlength, Clipboard, Tempus Dominus Datepicker, Flatpickr, Date Range Picker, DialerExclusive, DropzoneJS, FormValidation, Form Repeater, Image InputExclusive, Inputmask, Multiselectsplitter, noUiSlider, Password MeterExclusive, r...
How to install the newly generated files from Metronic8 layout builder in the angular project. Can you please provide the steps to install and any example would be good ?Thanks,Balaji
Hello Team, I want to use the demo64 files instead of demo1 files in Metronic 8.x - Angular version. Please let me know the steps that I need to migrate from demo1 to demo64. I mean what are the files that I need to update or replace. Angular version is available for demo1 files only. Thank...
We have build our application using metronic theme which is having left side menu and a top bar. The application is vendor management where vendors can submit the profiles and client can see profiles, shortlist, reject, arrange interview, create offer, create WO, take timesheet from onboarded resour...
Good afternoon,The error persists. Do you have an estimate of when you will be able to resolve the issue?I sincerely apologize for my persistence.Thank you very much,Samuel
i was using datatable in blade laravel, it can shown the data, but if i had 20 data, all data is show, before i was set pageSize to 5, but it same. here the html, js, and usercontroller php.
warn: Microsoft.AspNetCore.Components.Server.Circuits.RemoteRenderer[100] Unhandled exception rendering component: Could not find 'KTCardsWidget17.init' ('KTCardsWidget17' was undefined).Error: Could not find 'KTCardsWidget17.init' ('KTCardsWidget17' was undefined). at https://localhos...
Hello teamI 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
Hi,I’ve been working hard to integrate the Metronic v9.1.2 theme into my Angular 17 and 19 project while using Tailwind CSS v3.4.17. I followed the provided instructions step by step, but I’m still facing issues with the final integration.Details of My Setup:Metronic Version: v9.1.2Angul...
Hi Lauris, Sean, TeamI have a project on Metronic Admin based on VueJS 2 ( I believe this is version 7 of the Metronic ).How can I change the font. Basically I need "Exo" font https://fonts.google.com/specimen/ExoI would be grateful for a hintKrystian
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...