Hello,Would be great to see DataTables sample with Search, Pagination in Blazor StarterKitMain problem huge datasets loading - page haltsI found DataTables init in KTSubscriptionsListSample works, but on bigger data quantities halts:private List hotels { get; set; } = new...
I have built HTML demo 36 of v8.2.0 and using it with Laravel 10. It is consistently failing to load any fonts because it always starts its URL with one more segment after the domain URL, like:https://domain/segment-1/fonts/keenicons/keenicons-outline.ttf?fzo4bmThis makes me believe that its...
I have already installed the theme for demo1. Now, I want to replace it with demo38. Should I directly copy and paste the HTML folder after downloading it from the layout-builder, or do I need to delete the old folder of demo1 first? Could you provide more detailed steps? Thank you very much.
How would I create a new theme with a color like light purple (like the Bootstrap color you included for info) for the sidebar? I would need the icons and text in the menu to be the proper color as well so they are easily readable.
Hello, I notice something in the metronic 8.2.0 angular, but also in the previous version, the last menu in the sidebar menu (left menu) don´t have the same behavior than the others.I explain, if expand any menu except the chat , the menu is expanded and the submenu is showed all , if I expa...
I have recently updated my Metronic to v8.2.0 specifically because in v8.1.9 the datatables implementation still used Bootstrap 4 intergration.However after the upgrade the Datatables are still using Bootstrap 4 and not Bootstrap 5.I checked the src/js/vendors/plugins/datatables.init.js and cl...
Custom Script not working and unable to get updated values on form Submit if we remove the class of your theme data-kt-app-sidebar-fixedthen Form Submit is working and if we use your theme class data-kt-app-sidebar-fixed not able to get updated values on Form Submit. using jquery and Javascrip...
DearI have a problem when I use 2 or more select2 multiple inside the menu.when i use 1 it works fine.apparently the problem is hereUncaught TypeError: i.on is not a function at scripts.bundle.js:1:8559 at Array.map () at Object.init (scripts.bundle.js:1:8058)...
Hi there,in Metronic Django version, once a slash in provided at the urlpattern of urls.py of the project as below:urlpatterns = [ path('crm/', include('crm.urls')),]assets of top right header get 404. If slash is removed, they can be loaded:urlpatterns = [ path('crm', include(...
Hi all, I have a page with a datatable on that is grouped. Im struggling to enable the search and export facility that is on a datatable. It can be done as per the link here https://datatables.net/extensions/rowgroup/examples/initialisation/simple.htmlThe code i am using is from t...
Hello, I've just bought Metronic for my Symfony 6 project. I'd like to integrate Metronic using Webpack Encore with the `npm run build' command. However, in your Symfony example version, you load the CSS and JS files with a PHP script called 'ThemeHelper'.I've tried importing only the 'assets' f...
I have installed clearly metronics 8.2 laravel but not logging. GET http://127.0.0.1:8000/assets/js/custom/authentication/sign-in/general.js net::ERR_ABORTED 404 (Not Found)
I am using metronic private chat theme. i didn't modify anything in that but in "https://preview.keenthemes.com/metronic8/react/demo1/apps/chat/private-chat#".text-dark and .bg-light-info are fetch from page-title.scss file. In my project .text-dark css fetch from text.scss and .bg-light-info from...
Hello,Could you please let us know if you have any plans to develop a dedicated extension for Visual Studio Code that would enhance the use of keyboard shortcuts for CSS and JavaScript languages? Such an extension could significantly improve developers' productivity by providing convenient short...
Hello, dear Metronic team!I have a problem with icons preview in several pages:https://preview.keenthemes.com/metronic/demo1/features/icons/fontawesome5.html https://preview.keenthemes.com/metronic/demo1/features/icons/lineawesome.htmlhttps://preview.keenthemes.com/metro...
Hi Support-Team,during the integration of the carousel "Our Great Team" from sample page (https://preview.keenthemes.com/metronic8/demo1/rtl/landing.html) we have noticed that it is not working. For the integration we followed the documentation of the Tiny Slider (https://preview.keenthemes....
Hi!I'm using metronic 8 for react and I can't use the datepicker. In the files I don't see any example of use, I see that in the scss files there is a flatpickr file but I have no idea how to use the datapicker. Can someone help me with this?