I'm using Metronic 9.0.3 Tailwind Next. I downloaded the tailwind next project from github and applied metronic 9.0.3.The project ran perfectly, but when I click on a sidebar menu, the selected item is not marked with the active css class. Regardless of which menu I click on, it changes the page...
Hi I am using Metronic v9.1.2 Tailwind with nextjs v15. But onClick is not working inside the of KTDataTable. Please tell how to make this onClick work ? Whereas if i disable KTDataTable initialization then onClick work fine.
Hi,we are planning to use Metronic tailwind template but in the demo I can see there are only a few components available. and mostly of them are labeled as coming soon.So can you please let us know when do you think it'll be completed? Right now I can't even the basic components like form inpu...
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...
Hello everyoneI've tried to read nextjs installation on metronic docs but it's redirected to Crudhunt website. How can i integrate my nextjs project with metronic? Or is it just follow instruction on Crudhunt?
Hello, I want to start a new project with Nextjs 15 that will be used only for the frontend, I will not be using any backend operations like crud.Now, I want to implement your theme, but I am only seeing starter projects for nextjs 14. Also, I am redirected to CrudHunt, but I don't understand how...
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 everyone! I’ve started integrating Metronic with Next.js, and so far, the local server is working well for the layout, sidebar, and header. However, I noticed that the other pages are only available as HTML files rather than in Next.js format. Are these pages compatible with Next.js, or would I n...
Next.js Application ocumentation is listed in https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/nextjs but no nextjs available in downloads.
I have just bought Metronic license recently.Metronic 8 has chat apps (private chat, group chat etc.). But so far I have failed to find equivalent of those for Metronic 9. I am using next.js + tailwind, so I only focus on Metronic 9. I would really appreciate any guidance on this subject.
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...
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 want to use Metronic 9 with Next.JS integration. I was able to stand up the project with the instructions in the integration section. However, there is integration for Demo1. How can I integrate for other demos? Currently, when I stand it up, the interface does not come normally for demo1....
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...
Hello,I recently purchased a license for Metronic 9 Next.js. However, it seems that the package includes only the layout component, and there are no files for other pages. I had expected the theme to be fully complete. Could you let me know when the remaining pages in NextJS are expected to...
I followed this guide to get nextjs version up an running:https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/nextjsHow I'm supose to use the core components in my nextjs code you don't explain that in your documentation.You have this section that say to import global...
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...
Background: Using Metronic Tailwind version with nextjs.Question: How to load all data once spanning multiple pages in the datatable from the remote data source and show it paginated.Currently if i return all data which is more than the page size it displays all records on the first and on...