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...
Hi, I have tried using Metronic 9. It works very well and meets my preferences. I successfully used it through Composer with HTML. However, when I switched to Nuxt.js (Vue) following the implementation instructions shown to me, I found some of your guidance to be inaccurate, and I encountered errors...
Hello thereI followed the instructions on the following linkhttps://keenthemes.com/metronic/tailwind/docs/getting-started/integration/reactGetting Started React IntegrationI specifically tried the download method, I copied the file, ran npm install, ran dev navigated to the site and am get...
I downloaded the metronic 9 package after purchasing and implemented a theme toggle button in the demo site as referenced in this documentation https://keenthemes.com/metronic/tailwind/docs/components/theme . The button would disappear and upon investigation the css provided seems to lack the rule...
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.
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...
Hello,Could I ask a silly question? sorry.How do I know what files have changed?I read the changelog, however, it doesn't show which files have changed.Thank you.Mario
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...
am trying to apply filter on the remote datatable with KTDatatable.It is metronic 9.xI do not see any documentation where I could pass all filter criteria with the apiEndpoint URL. or even a textbox search /.... infact i cant even get the search text box to show up even if i put search:true...
Tell me how to move the sidebar from demo5 to demo9. I tried it myself, but there is something missing to work in the demo9 template. To make it clear which panel. Here is the link https://keenthemes.com/metronic/tailwind/react/demo5/public-profile/works . I need to make a page as well, but only...
Hello!I've noticed we dont have the github project available anymore.Can you please, add it back?Its much better to keep up-to-date with metronic source code changes.The idea of having a branch for each major version is also very nice.Thanks!
I've noticed several classes are missing in assets/css/styles.css file.They are present in Docs tho /docs/dist/assets/css/styles.cssFor example:This menu pagehttps://keenthemes.com/metronic/tailwind/docs/components/menuUses 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...
Hi all,I am currently using Metronic with React (implemented as stated in the docs). I am using the latest TailwindCSS version.The dropdown itself is working but if it is inside a modal, the click handler is not fired, even when calling KTDropdown.createInstances() manually. I deb...
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.