Hey Metronic Community,Our team is currently on the lookout for a developer proficient in software development using Metronic to collaborate on exciting customization projects for our clients. Who We're Looking For:The ideal candidate should have experie...
I am trying to use Metronic datatable however i am getting my data inside response['data']['data']. How do i set my table's data to this key and also i am getting nextPage, lastPage links from backend only through the api. Need to set those too.i am using kt datatable if i get data in response['da...
I'm currently working on the Metronic dropdown component and having issues with it. What it does is when I click on the Main Dropdown button, it shows the Main Dropdown content. But after the Main Dropdown is shown and I click on Inner Dropdown button, it dismisses the Main Dropdown content.I wa...
Hi, I'm developing an app with metronic and I chose the tailwind + react demo10. Considering that my project runs on laravel 12, I would like to understand how, what and where to load the chosen demo and the metronic dependencies. Finally, I would like to understand if I can modify the layout of t...
Hi,On my page, HTML textarea elements are configured to be transformed into CKEditor instances using the following code:const textareaElements = document.querySelectorAll('[data-ckeditor="true"]'); textareaElements.forEach(el => { ClassicEditor.create(el);});I want to...
HiI'm using Metronic 9 on a Laravel 11 project through Herd. Update to node 22.12.0 introduced this errorfile:///Users/xxx/Desktop/xxx/Echo/tailwind.config.js:1const defaultTheme = require('tailwindcss/defaultTheme'); ^ReferenceError: require is not defined...
i use metronic theme for laravel by deafult the user module is present i use that but i have a issue while edit modal is called it opens fine but when i try to update anything the other inputs gets nulled below is the example here i only edited name that's coming others null in console{ "...
Hi,I've got a Metronic 9 modal and inside it there is a header I'd like to make sticky within the modal, when I scroll inside it, but it's not working.This is the code I'm using inside the modal: onUpdated(() => { if(modalHeader.value && !KTSticky.getInstance(modalHeader.va...
Hi,I just want to alert user when user input some data in input field, for examplehttps://preview.keenthemes.com/metronic8/demo35/apps/ecommerce/catalog/edit-category.htmlin input field Category name. So I added simple script at the bottom of the page, like this,
I want table data into the left side of columns, so initially its showing correct but when i am reordering the table data, the numeric data is go from left to right sideThis is my code: ngOnInit(): void { this.datatableConfig = { serverSide: true, ajax: (dataTablesParameters...
Hit the below error at plugins.bundle.js file under demo 13.Previously the app was running well but get this error after upgrading VS (version 17.12.5).the error is hit on metronic v8.2.3, i have also updated metronic to v8.2.9, still getting the same error.pls advise how to proceed furthe...
Good morning,I found an error with my Cropper.js configuration and was trying to find a solution when I discovered that the current version had been updated from Cropper.js v1.6.2 to Cropper.js v2.0.0, but without any reports in the ChangeLog.The new version behaves differently, especially becau...
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.
Hey,I'm using Metronic with Laravel, and I've always run into issues when trying to make Livewire work properly — especially when using wire:navigate. The main problem seems to be that the Metronic components stop working after navigation. Dropdowns, modals, tooltips… everything jus...
Hi team,Two quick licensing questions: Re-use across projects If I purchase one Regular (or Extended) license, deploy an app built with it, and later take the same modified codebase, re-brand it, and deploy it under a different name or domain, is that covered by the original license or...
const statusEl = document.getElementById("statusFilter"); let statusSelect = null; if (statusEl && typeof KTSelect !== "undefined") { statusSelect = new KTSelect(statusEl); }statusEl.value = ""; $(statusEl).trigger("change");doesnt seem to work while trying to re...
Hi,I am trying to use Advanced Select (Metronic Tailwind) within a drawer. I have a form that contains the select element. The content of the form is injected using ajax. When I place the select code inside the main page it works great, but when the form gets loaded inside the drawer it doesn't....