Hi, I'm sure I'm not understanding something because I assume it does something more, but so far I'm not understanding how to use composer to do anything new or special.It was my understanding that it'd provide jinja templates and maybe help me compose parts of code. So far I've followed the...
I need assistance integrating the DataTables component from Angular 18 template (metronic 8) with an ASP.NET Core API. I want to handle all operations like pagination, sorting, and filtering on the server side through the API.I've tried to consult the documentation, but I've been unable to imple...
Hello,Our platform currently uses the Metronic Bootstrap Vue version, and we’re planning to rebuild it using Nuxt. We also want to switch to the Tailwind version of Metronic. The documentation available at th...
How to migrate from jquery ajax to metronic tailwind?var $trx_data_panel = $("#trx_data_panel");var $modal = $('#modal_body'); jQuery(document).ready(function() {var start = moment().startOf('year'); var end = moment().endOf('month');...
I'm setting this up with laravel and everything has worked except when I try php artisan migrate --seed. It throws this error: Call to undefined function Termwind\ValueObjects\mb_strimwidth() at vendor\nunomaduro\termwind\src\ValueObjects\Styles.php:1052 1048▕ */ 1049▕ pr...
Hello ,i was able to run integrated tailwind version via this repo code & integration instructions but please check the screen shot, i am not seeing any clarity in the rendered sample page design. the react version looks normal.more detail here https://github.com/keenthemes/metronic-tailwind...
regarding pagination in tables , when i am on the page 6 in table and delete any item in that case the page is redirected to first page after deleting the itemi am using this url: https://preview.keenthemes.com/metronic8/angular/demo1/crafted/pages/wizards/vertical
Is there a way to get in future releases a separate class for active and hover for button css classes as you have hover for others like bg, scroll, text, etc. If I use this config: class="btn btn-active-primary" it will work as expected but whenever you include the button inside an accordion, as...
Hello KeenThemes team,I am working with Metronic v9 for Angular and would like to use PNPM instead of NPM for package management. My goal is to optimize workspace dependencies and speed up installations.Is there any recommended way to set up PNPM specifically for the Tailwind and Bootstrap v...
When I turn on the search function on the small screen, everything is normal, but when I switch to widescreen, there will be a blank pageI don't want this blank page to existKTSearch optionsshowOnFocus: falseminLength: 1layout: 'menu'keypr...
hi any update for svelte/sveltekit integration guide for v9 ? or is there any current integration that is similar to svelte ?right now what i am trying is like this.1. Copy all the tailwind.config.js into svelte tailwind.config.ts2. Copy all the required tailwind.config.js plugin to ./src/...
Hello,I want to use Metronic 9 with Next.JS integration. I was able to stand up the project with the instructions in the integration section. However, there is integration for Demo1. How can I integrate for other demos? Currently, when I stand it up, the interface does not come normally for demo1....
I am attempting to use Metronic (9.x) with Blazor, and have started a project based on the official sample found here: https://github.com/keenthemes/metronic-tailwind-html-integration/tree/638f04486f737a6c5b86edf51666b8eb72469fb8/metronic-tailwind-blazor-serverAlthough I have to point out, this...
I just downloaded v 8.2.9 of Metronic and I get this error when trying to run gulp:[14:24:17] Starting 'default'...[14:24:17] Starting 'cleanTask'...[14:24:17] Finished 'cleanTask' after 51 ms[14:24:17] Starting 'buildBundleTask'...[14:24:18] Finished 'buildBundleTask' after 202 ms[14:...
Hello, I do not want the filters field to be stored in the stateSave section. According to my research, we can do this with stateSaveParams, but I could not get this to work in KTDatatable. Anyone have any ideas?