Open-source by Keenthemes!Support our KtUI and ReUI open-source projects and help with growth.
Star on Github

Metronic (4996)

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...
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...
I have developed many apps in metronic react tailwind v 9.1. with node 20. everything works fines in dev mode, even in express server (serve -s) local work. It connect perfect with google auth and cloud VM instances. builds are made whiteout errors but the final dist index.html with required assets...
Hi,I have an HTML and PHP project built on Metronic 5, and I would like to upgrade it to Metronic 8 or at least update Bootstrap to the latest version. Could you guide me on the best approach to achieve this?Thank you.
I am currently using Metronic Laravel 8 and for Quill JS, how to I add Image Resize module? I have checked this package https://github.com/kensnyder/quill-image-resize-module but I was unable to make it work. Do you have any reference or sample to add Image Resize Module on Quill JS? Thank y...
Hi,I previously purchased the Metronic template with one user account and successfully implemented it following your ASP.NET Core documentation to build a website for an end user.Now, I have purchased another license with a different user account for a new website. However, instead of downlo...
How to pass prefetched Data to DataTable, instead of using apiEndpoint?const apiUrl = 'https://yourapirul';const element = document.querySelector('#kt_remote_table');const dataTableOptions = {apiEndpoint: apiUrl, //want to avoid this approach, and pass the Data directlypageSiz...
hello , i have license for metronic , where i can get the full download not , demo verison thanks.
In Metronic tailwind demo1 project where is the option that controls on sidemenu hover its expanding and minimizing
Hello, is there a way for KT datatable to call remote data source api with request header, eg. if the api request must include token header? I already check in the documentation for datatable in metronic 9, but the example only covers api call without request header. Also, for the json response form...
I need to download an older version of Metronic, how I do it? We have a project that use Metronic 7, I think its demo 13, but I don't have the template anymore
Hi thereI have a multilingual web app . I need to switch between rtl and ltr version according to user language . how can i do this in blazor at runtime ?
const apiUrl = 'http://localhost:8080/dashboard/fetch_user';const element = document.querySelector('#kt_remote_table');const dataTableOptions = {apiEndpoint: apiUrl, requestMethod:"POST", pageSize: 5, setPageSize:5, pageSizes:[2,5, 10, 20, 30, 50], pageMore: true, pagi...
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...
Does nay one have a working example of how to metronic tailwind debatable with CI4 .... i tried installing it with ignite i am getting some stuff but not a clean install like ignite had its own search and paging stuff but i would like to use the metronic paging and search styling... so basicall...
I am unable to install the theme on django. i am getting these errors. During install i get these errors:ERROR in ../src/sass/style.scssModule build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):HookWebpackError: Module build failed (from ./node_modules/sass-loader/di...
I know that in the package that you download there is the "metronic-tailwind-react" the one that includes LOTS of demos and it's awesome for reference but is there any of those but just clean? without that many resources?
I was looking for the documentation of version 8.2.9 that you are using in your preview website (https://preview.keenthemes.com/metronic8/demo1/index.html), but when I go to your docs page you only have the version 8.2.8 (https://preview.keenthemes.com/html/metronic/docs/index). Call you tell us...
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...
Hi Team,We have been using the Metronic Bootstrap HTML theme for our project and are facing a couple of issues:Regarding the Sub Menu:With the data-kt-app-header-secondary-enabled="true" HTML body data attribute, we can completely enable/disable the secondary menu. However, in our case,...
Hello!I was wondering if by any chance we will get the integration for the Blazor Web App template or for Blazor Webassembly?I have seen many questions here about integrations in other Blazor templates (more than 2 years ago..) but nothing.Personally I managed to develop an application a...