i was using datatable in blade laravel, it can shown the data, but if i had 20 data, all data is show, before i was set pageSize to 5, but it same. here the html, js, and usercontroller php.
warn: Microsoft.AspNetCore.Components.Server.Circuits.RemoteRenderer[100]
Unhandled exception rendering component: Could not find 'KTCardsWidget17.init' ('KTCardsWidget17' was undefined).
Error: Could not find 'KTCardsWidget17.init' ('KTCardsWidget17' was undefined).
at https://localhos...
Hello team
I have datatable with remote data source, i can search it with input that have attribute "data-datatable-search", but how to implement datatable filters ?
Thanks
Hi,
I’ve been working hard to integrate the Metronic v9.1.2 theme into my Angular 17 and 19 project while using Tailwind CSS v3.4.17. I followed the provided instructions step by step, but I’m still facing issues with the final integration.
Details of My Setup:
Metronic Version: v9.1.2
Angul...
Hi Lauris, Sean, Team
I have a project on Metronic Admin based on VueJS 2 ( I believe this is version 7 of the Metronic ).
How can I change the font. Basically I need "Exo" font https://fonts.google.com/specimen/Exo
I would be grateful for a hint
Krystian
HI,
Background:
I am using Remote data source for DataTable in Metronic 9 html + Nextjs, it provides requestHeaders option, which i am using to pass Authorization header with Bearer access token in it to make the server side call pass through the auth.
Problem:
In regular app when api call...
I'm get this error at runtime:
TypeError: Promise executor has already been invoked with non-undefined arguments
Stack trace:
> at new e (https://localhost:7183/assets/plugins/global/plugins.bundle.js:62:34584)
> at Function.all ()
> at https://localhost:7183/assets/plugi...
I've noticed that the downloaded version of Metronic 9 has a demo 1 layout. I want to use demo 4 as a starter layout, how do I make this possible?
Thanks.
Hi i'd like to know when will you upgrade to tailwind v4 and if there's a timeline for 2025 metronic react releases, like when will you release a stable version for react native metronic or when will you update the react docs.
Thankss!
Hi,
I just want to alert user when user input some data in input field, for example
https://preview.keenthemes.com/metronic8/demo35/apps/ecommerce/catalog/edit-category.html
in input field Category name. So I added simple script at the bottom of the page, like this,
Matronics Angular showing me the Internal server error 500 and 404 for Kneeicons-duotone and Styles on my production server.
here is the reference of URL : https://happyhourspirits.ca.
Please check the issue.
Hi,
I'm using the Tailwind version of Metronic with Vue 3 and Nuxt 3. The sticky component works fine when the page initially loads, but after navigating to a different route, the sticky elements don't function correctly. I tried updating them, but it didn't work.
import KTCompo...
Hi Keenthemes team,
I'm currently using your template and implementing icons in my navigation configuration like this:
```
export const MENU_ROOT: TMenuConfig = [
{
title: 'Profile',
icon: 'abstract-27',
path: 'https://www.aman.com/zh-cn/resorts/aman-kyoto',
},
{
ti...
DataTable layout not styling using Tailwind CSS.
I tried Bootsrap CSS, DataTable styling perfectly, but I change to metronic CSS, style is gone.
Fyi, I use Demo 1 with Tailwind.
Here My app.scss code
@tailwind base;
@tailwind components;
@tailwind utilities;
// Boots...
This error shows on my PC only. On my co-devs(5 of them). Its running smoothly.
On ASP.NET Core.
var promiseRequiresObjectContext = throwsError(function () { return globals.Promise.call(3, noop); });
TypeError: Promise constructor cannot be invoked without 'new' .
plugins.bundle.js
HI,
I'm developing a web application using the Angular “demo1” template, from Metronic 8.
In this application, I would like to create a specific page with a different layout to the template's default layout. In this case, I'd like to use the layout of the “demo64” HTML template.
Can you help...