I can't follow Metronic's documentation for datables implementation since I'm following Yajra's.I am trying to follow this:https://preview.keenthemes.com/html/metronic/docs/general/datatables/subtableThe way I'm using datatable is per Yajra's docs:...
I have a form with an image input and want to reset the whole form along with image input.Right now the image input does not reset it stays as the one I uploaded latest.The image is not saved to DB right now.
Dark mode switcher is not displaying in Metronic demo 8https://snipboard.io/S4Crmf.jpgI didn't change anything in the code:@if (theme()->isDarkModeEnabled())
How could I customise CkEditor Document to add additional plugins such as Mention as this can only be done before being built. I've also noticed a "ckeditor-document.bundle.js:6 filerepository-no-upload-adapter" when attempting to set up image uploads which makes me wonder if this also needs to be c...
Is there pre-made component for Draggable in Metronic React? I searched in demo1 of react metronic but i am not able to find anything related to this. or I have to include it manually.
Hi,I want to reuse the widgets in a v-for loop, but when i place it in a loop (i have used Widget7.vue), the dropdown (Dropdown3.vue) isn't opening. When i create it separate without using v-for it's opening.How should I open the menu dropdown?i couldn't paste my code, because i'm getting...
Hi Keenthemes,AS I Wen through this, since Metronic Version 5, and we had discussion on Version 6 and I also did for Version 7, LoL :)I thought I would just point out the post for version 7, I would not not go to write down all the infos for Metronic 8 regarding datatables RTL styles.her...
Hi, I have a question about the Laravel version of the first demo template.When we checked in the Laravel version is just a really limited thing available but in HTML everything is there. Is that because the Laravel version is not fully done yet or can we have seen or use all the functio...
Our organization would like to avoid manually placing metronic files inside our project's source code, as it is a large package and creates significant version control overhead.Having this in mind, we are attempting to find a way of using npm (or similar) to automatically fetch/manage metronic whe...
Hello I thought the package would come with all pages designed in and set up in Django.However I see only the landing page accessible once launching the server. The template folder is also empty for most, with only error and auth templates.Most pages are also not available.Is it normal ?...
Hi,We recently purchased the Metronic Theme, but we see several UI components are missing in the Figma files: (metronic_v8.1.5 > design).An example is chat, which I could not find in the fig file. Is there a more complete link for downloading the Figma file?Cheers,A
I currently explore Angular demo1 template and i trying to create dynamic sidebar menu, aside menu with information is loading from database (API). Pls advice.Thanks.