I buy a template and use itI don't know how to change the layout when using a good template in Django.The sidebar layout seems to be the default, but when I change it to another layout, the overall layout doesn't change. I have no idea where to look to change it.A detailed and detailed answer...
the error come from metronic folder```src/metronic/vendors/@form-validation/cjs/plugin-mui/index.js:1:1 - error TS9005: Declaration emit for this file requires using private name 'Mui'. An explicit type annotation may unblock declaration emit.```every single file from metronic folder error lik...
I'm using the new v9 tailwind react. It is really, awesome, but I have an issue where if I create a page and routes in react that is not in the sidebar, I have an error crashing the whole app.But for crud features, I dot not specially want create and edit pages to be in the sidebar.Why do I by...
Hello, I am using datatables. statesave feature is active. I search in my search input, it works successfully. But when I enter the page for the first time, the search input value is undefined. When I make a search, there is no problem anymore, but when I enter the first page, it is undefined.in...
I am currently using metronic v8.2.4 angular I have update angular from 17 to v19 the functionalities works fine but I get some warnings for sass related to @import key word and replacing it with @use and @forward Please confirm that it will not affect any functionalities in the future!!
Hello,I noticed that several components, such as Advanced Select, Datepicker, Dial Input, and Password Meter, are marked as "SOON" (metronic v9). Could you please provide an estimated release date or timeframe for these components, especially for the Datepicker? It would be helpful to know when th...
I have a use case where we can not get the total number pages for a list of data and hence infinite pagination is needed. I need a way to show ... after last known page.Is there a provision for this use case already implemented ?
Below is the code I am using for generating a table.I need to make each row clickable and navigate to different page. How to do that?import { useMemo, useState, useEffect } from 'react';import { useNavigate, useLocation } from 'react-router-dom';import { DataGrid, KeenIcon, TDataGridRequ...
How can I hide the main browser's scrollbar which is on the right side of the webpage?I tried modify in demo1.css or tailwin.config.js, none works.version: 9.1.1 - typescript - demo1
Do i need to buy new license so i can download metronic tailwind? If I go to metronic download page, all I see is metronic 8.x version to be downloaded...I'm a bit confused on how to try this new metronic tailwind
I bought the metronic template. I asked the developer to help me attach the Bottom navbar for mobile to the template. Thank you very much.chamhet256@gmail.com
I downloaded the zip file . Unzip it. Run all Node commandsusing this link> https://keenthemes.com/metronic/tailwind/docs/getting-started/installationBut I do not found anything generated.Run all commdands under metronic-v9.1.2\metronic-tailwind-html folder.I need all components files (h...
HiI'm using Metronic 9 on a Laravel 11 project through Herd. Update to node 22.12.0 introduced this errorfile:///Users/xxx/Desktop/xxx/Echo/tailwind.config.js:1const defaultTheme = require('tailwindcss/defaultTheme'); ^ReferenceError: require is not defined...
Dear SirKindly help me with the commands that will allow me to switch between two demosalso please help me to find for the each Demo their CSS file Do you have any CSS file UI which i can use it for my application suggest me that also
helloI have a problem updating from a form.When submitting, the loaded values are not saved, as if they were empty.You have to write in each of the inputs for them to be detected.I am using Laravel with livewire with your example code
Hello,How can the form validation function be called again in Metronic 8.2? Because when an item in the form is removed or added by hide() and show(), the validation on these items does not work correctly. When an item is hidden, the class "fv-row" is removed from the div.When an item is s...
HiI used the link below for file validation.https://preview.keenthemes.com/html/keen/docs/forms/formvalidation/advancedHow can I check the size of the input file as well?var validator = FormValidation.formValidation( form, { fields: { 'avatar': { validators: { notEmpty: { m...
I noticed in the documentation that the Laravel version is 9. Is it possible to install it using version 11 and still take advantage of all the features provided, such as API, ASSETS, and others? Or, if using Laravel 11, will I only be able to use the Bootstrap version?
Error 1: System.InvalidOperationException - Missing Asset FileError Message:System.InvalidOperationException: No file exists for the asset at either location 'wwwroot\css\ace\ace.bundle.css' or 'wwwroot\css\ace\ace.bundle.css'Details:After upgrading my project from .NET 8...