When I generate a datatable using ajax and I include a button menu as a column, the menu button appears, but when I click on it, the menu items do not show up (nothing happens). When I test it using the same web page, but using static info in the datatable (including the column with the menu but...
Hello I purchased metronic 8 and was going through the file system of demo 1 and couldn't understand why the plugins folder exist in the path: html/demo1/src/plugins. In here there are third party plugins which all could be found on npm, so I am not sure why these are thrown here like so. Not to men...
I tried to run demo1 & demo2 in React but after the "yarn install", I have this error (for both demos) : TypeScript error in F:/myProject/metronic/src/_metronic/helpers/components/KTSVG.tsx(13,8):'SVG' cannot be used as a JSX component. Its instance type 'InlineSVG' is not a valid JSX eleme...
I just installed metronic, and found an issue with a modal.On my local version of this page: https://preview.keenthemes.com/metronic8/demo8/apps/customers/list.html1. I click on 'add customer'2. I click on 'discard'3. I click on 'Yes, cancel it!'4. the modals disappear, but the
How to get the XD source files for the theme after purchasing it?I need to make sure that i can download the source of it before completing the purchasing process
Love the template so far! Thank you for the awesome work. We need two adjustments in regards to the aside menu.1 - When a user chooses to open the aside menu (or close), we would like to keep it persistent as s/he browses other pages. Currently, the menu is always open if the user moves to a...
I am using vue version of Metronic and I want to change font family of whole website when user changes the language (to for example 'es'). Is it even possible? and can I make it use RTL template if user changes language to a RTL language?
Hi I wanted to use the theme in our existing NextJs project but was not able to find any reference documentation, plz help us to use the theme in NextJs.Thanks
Hello,I have tried sample code provide in documents. But I failed to fix issue related to dropdown buttons. It works if I fetch data using ajax but not work with json.Please help me solve this issueThanks
Hello,Can you make metronic theme usable with PrimeNG and NXG-Bootstrap (DateTime component).PrimeNG theme is not compatible with metronic especially dark theme. Also, if you theme primeng you could use it for primeface components also. I mean for react vue js and othersAlso NGX-Bootstrap...
Hello,My client gave me the Angular 13 demo1 theme for the project development but I noticed it has a lot of unnecessary files and widgets which I don't need and the size is also more than 1 GB. I tried to remove some unwanted widgets and forms but the project crashed because of its dependent stru...
Please, I'm not able to keep the system authenticated. I login, access the API without problems. But when creating a new service, I can't configure the Url to keep the system authenticated...
Hello! When I try to load data used http services, always need to do other action before my data load, never load automatically, for example my service is listAll(): Observable { return this.http.get(this.variables.getServiceEndpoint() + '/clients/all/', {}) ....
Is there functionality for expandable child rows in KTDatables? Here's the native datatables examplehttps://datatables.net/examples/api/row_details.html
Hi Guys,I'm mixing core SASS and I'm having trouble with the variables. Can someone help me?I have fixed some of the variables myself but I don't think It is like a bandage. I want to use the Metronic variables.Sample missing variables is $theme-colors-rgb, $variable-prefix. Bootstrap...
i want show or hide depending which component is currently opened.suppose open dashboard that time i don't want to show aside but when i open the other component like profile or etc then i want show aside then how to do that in angular ?