I've run into this problem while developing a react spa based on Metronic 8 React:I've added a react-select in the header. When viewing the app on a small screen, the header is moved to a sidebar. When viewed like this, the react-select does not work. It seems something is capturing the click ev...
I have received this error dyld[19155]: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.69.dylib Referenced from: /usr/local/Cellar/node@14/14.19.0/bin/node Reason: tried: '/usr/local/opt/icu4c/lib/libicui18n.69.dylib' (no such file), '/Syst...
Hello there,What I need is a template that uses tailwind and it should support RTL.so my question is...Does metronic 9 support RTLor does metronic 8 use Tailwind
Background:I am building a client application in NextJs with {output: 'export'} config. Using Stepper component in a class component and using this class component in my page by dynamic import to avoid "reference error window is not defined". Using Tailwind 9.0.4 version, and built on top of start...
Hello, I want to set up as in the example here, but it is set according to metronic 6 and laravel old versionsMetronic Integrate LaravelAny chance to update the document? I don't want to use Inert...
To start with:Local OS: Win10Node: v20.12.2npm: v10.1.0yarn: v1.22.22gulp-cli: 3.0.0gulp: v4.0.2I just downloaded the Metronic v8.2.7 Node.js Demo1, unpacked it and followed these instructions: https://preview.keenthemes.com/nodejs/metronic/docs/getting-startedI did use "npi in...
Recently I have been constantly trying to change font family from style.bundle.css file in assets folder of Vue js template. How can I update my desired fonts in the template as when build is run it caches the default template font. Can you please help!
trying to replace with tailwind CSS demo1 or demo4. Layout builder export is missing. I followed the integration here that was in the docs. https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/angularhttps://keenthemes.com/metronic/tailwind/docs/current version...
missing layout builder export for all 1-4 tailwindcss demos. I cannot export this for my angular app. I did follow the tailwind integration. Need to get a closer look and feel of demo1 Tailwind you have. What can i do to fix this in order to export and integrate in my angular project?
Hello Metronic team,I am using Wappler to develop a project and I would like to know how I can integrate Metronic (version 8 - bootstrap) with Wappler. Is there any guide or best practices that you recommend for this integration?I am particularly interested in knowing how to efficiently conf...
I'm trying to integrate Metronic 8.2.7 into my Rails project. CSS part was very easy. However, Javascript part is a pain in the ass. I have been dealing with this a lot of hours without success. Metronic is heavy dependent on Javascript. Basically, the issue is with the scripts.bundle.js, because KT...
I would like to putting Vue onclick event inside the column render method, If im putting regular Vue onclick event inside the template literal it doesnt work. Im using KTDataTable Remote Data Source in Metronic 9.. render: (item: any, data: any, context: any) => { return `
I tried to create a new record for "Test_Collection" collection in directus with this function in ApiService.ts file public static test() { ApiService.vueInstance.axios .post("/items/Test_Collection", { name: "test", result: "123" }, { headers: { "Content-type": "application/json;" },...
Hi,Is there away to add a text message or a view that says no records found, like an empty state of table instead of just showing the table with no data in it?Example: If we fetch data from the API URL, if no records found, I'd like to show a message that says "No records found" in the table...
Hi, im facing problem with KTDaTable on Metroic 9.0.4.Using Remote Data Source will caught : Uncaught (in promise) TypeError: Cannot set properties of null (setting 'instance')Vue 3 Composition API with TypescriptThank you
Do you have "table table-sm" for smaller tables?https://keenthemes.com/metronic/tailwind/docs/components/datatableSometimes this database/tables are to big.Thank you