I see this documentation.
https://preview.keenthemes.com/html/metronic/docs/general/datatables/subtable
in javascript the child line is getting by position, but I want to get the real line by the id, both of the parent and the child.
did you have a example or suggestion?
So I have a Metronic 8 Laravel 9 app which uses blade. I'd like to switch to a clean Laravel 9 app with Metronic on the frontend using Vue. I followed this tutorial: https://preview.keenthemes.com/metronic8/vue/docs/#/vue-laravel-integration, but I could not get it to work. Asked a question a...
The current Ryder theme fails WCAG color contrast guidelines for both the light and dark themes. Are there any plans to also include a high-contrast option (in addition to the current light and dark themes)?
In Metronic 8 Bootstrap, the Menu and Drawer components don't appear to manage ARIA attributes for accessibility when the user interacts with them (setting aria-expanded="true" for a dropdown menu for example), at least, I can't see such behaviour in the demos nor is it mentioned in the documentatio...
Hello there,
We purchased Metronic 8 theme for our Products backend but after downloading and extracting the files in the html version we couldn't find the same demos files which are displaying on this Live Metronic 8 Link:
https://preview.themeforest.net/item/metronic-responsive-admin-dashboard...
When we try to retrieve information from a datatable on the server side, and we switch from one page of data to another, the actions in the columns do not work. Actions like dropdown buttons, data-toggles and others don't work anymore. So, is there a good way to get the data in a datatabble?
Hey guys I am not a designer but when I try to use classes like order-sm-1 order-sm2 col-sm-4 etc are not reflecting any change in the code.
Is their any css file or js file I am missing or I have do anything else.
I noticed you removed documantation from the ZIP package.
But doing this, I don't have access to previous versions of documentations.
It's bad because if I decided to use an old version, I cannot see the correct version of documentation.
Also,I can work with documentation even off-line...
Is overriding CSS variables in an additional stylesheet a suitable way to customise Metronic or do I need to modify SASS variables for a change to be applied to all components and 3rd party plugins? Any details you can provide about the limitations of modifying the CSS variables would be welcome....
Hello,
I came across an error that I couldn't find a solution anywhere.
I did some tests and realized that with "pure" bootstrap and select2 this error does not occur.
The error happens when the modal has its content greater than the page, so the page generates the scroll. If there is a "sele...
I'm using the menu for my "Filters" like in the examples. I want to not close the menu unless the user will click on the close button.
I tried data-kt-menu-static="true" and data-kt-menu-permanent="true" but it doesnt work.
Any can help how to use the static and permanent option properly?
When I remove the JS from the 'Customers Listing' (kt_customers_table) table, then the table is not responsive anymore.
I would like to use the table with a API because more than 1000 records is way to heavy for the html/js.
Is it a bug or do I have to add a class to it?
How we can trigger events manually. for example, I want to remove image if greater then specific size.
var imageInputElement = document.querySelector("#kt_image_input_control");
var imageInput = new KTImageInput(imageInputElement);
imageInput.on("kt.imageinput.changed", function(e) {...
Hi, I see Axios is already installed in package.json, but why is it still causing axios is not defined when we call axios on our script? isn't it already on plugins.bundle.js? Why select2 and sweetalert 2 can be used just using plugins.bundles.js? Thanks.