I am applying fixed column to the datatable by fixedColumns: { left: 0, right: 1 },It worked but when clicked on the actions button, a menu popup was hidden behind the below action button. I have tried initializing menus as belowdatatable.on('draw', function...
There are multiple problems when trying to implement FsLightbox on our Blazor WASM project.1. For some reason const lightbox = new FsLightbox(); does not automatically registers itself on data-fslightbox attribute specifically have to use lightbox.props.sources = document.querySelectorAll('[data...
Hello everyone,we have read the roadmap for 2024 for metronic and we are very excited about that. We love this UI theme :).Nonetheless we are developing our application using Angular and recently updated it to Angular v17.In order to make it work, we needed, of course, to make some minor chang...
About model idHi everyone,I changed the model id, but the cancel and submit button alert does not work, soAre there changes in any script file that must be done?Regards,,
hello everyone,Please help me i am using metronic_v5.5.5 so I need to change the model ID but if I change the ID the model does not work even when I change the ID name in the js file return {// Public functionsinit: function () {// ElementsmodalEl = document.querySelector('#kt...
I would like to use the theme from the following link:https://preview.keenthemes.com/keen/demo1/index.htmlI would like to know if I can use it in a .Net project and if I have access to the figma files.
At https://preview.keenthemes.com/metronic8/laravel/documentation/getting-started/multi-demo/build?demo=demo2, the documentation mentions the following:"To set a fixed demo by default. Edit this file app/Providers/AppServiceProvider.php and set the demo id in using the function below."...
Several months ago, my company successfully rewrote Metronic in Aurelia 2. The revamped version is well-crafted, thoroughly tested, and has been actively deployed in multiple projects, showcasing its reliability and effectiveness. I can confidently affirm that this version surpasses any existing...
Dear [Metronic Support/Team],I trust this message finds you well. I am currently exploring the Metronic theme for a project and am interested in acquiring specific UI elements independently, such as forms, tables, and charts.I've browsed through the available options but couldn't find UI ele...
Hello Team,I have a general question about the view of cards.Current templates have cards with spaces on all 4 sides,if we want to make these cards without any spaces, we can make full utilization of the page with more information on page view.Is that possible to achieve with small chang...
When i run the web page on Chrome or firefox it work. But when i load the page on flutter using webview_flutter or flutter_inappwebview plugin, it prompt as belowI/chromium(23729): [INFO:CONSOLE(24)] "Uncaught SyntaxError: Unexpected token .", source: plugins.bundle.js
I run this path https://stock-uat.thaijobjob.com/dashboard on my local machine without any issues, but when I upload it to the server, it shows a 404 error.I can run this URL https://stock-uat.thaijobjob.com/ on the server, but when I refresh the page, it shows a 404 error.
This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://firefox-source-docs.mozilla.org/performance/scroll-linked_effects.html for further details and to join the discussion on related tools and features!I see this message in fir...
Hi,the vue js header (Navbar) has default a white background. Is there a setting value so that the navbar is like in the html version (transparent bg and on scroll white?
Hi, I have been struggling for hours with an issue so thought i better get help. I am trying to put some rating stars in a modal, but they dont work! I am using the below code which is from here https://preview.keenthemes.com/html/metronic/docs/base/rating
Hello - I'm building based on Demo39I have the accordion menu on the left sideWhen there are sub-menus, there is a very faint arrow pointing down that can be expandedI've gone through the CSS and tried updating colors where I could, but I can't find how to change the color of this arrow,...
Hello, I bought this "Keen v3.0.6" theme to add to my project.The structure is different, so we use the sass directory.This does not include the path or specifications for loading the icons fonts.If I use the supplied styles and compare them with the compiled ones they are different by default...
Hi there,I've come across a small issues when using the bar graph that I just wonder how to fix it.Basically i'm using the Metronic dashboard theme and using the bar graph and I have the labels of each graph at the bottom but the names of each bar is to long that they overlap with the rest o...
Hello.I need help with building the responsive Datatable.I am assembling it according to the example in the documentation, but the error below occurs: Uncaught TypeError: Cannot read properties of undefined (reading 'state')This error occurs in this code snippet based...