hI,
I followed step by step the description of this page: https://preview.keenthemes.com/html/metronic/docs/general/datatables/buttons/export,
to activate teh buttons export on my datatable application,
and the browser return me this JAVASCRIPT'S ERROR:
---------------------------------------...
I am using sub tables from this link
https://preview.keenthemes.com/html/metronic/docs/general/datatables/subtable
but showing this error
Uncaught SyntaxError: Unexpected token ']'
in your JavaScript which i just copy-pasted......
and after getting viewsoure of page ........i come to know...
Here are the steps I did:
1. I renamed folder src to metronic-src and tools to metronic-tools (to not mix it with my project). Also I moved them into my project.
2. I made necessary changes to gulp.config.json
{
"config": {
"path": {
"src": "../metronic-src"
},
"dist...
Hi,
Currently, I'm using an Angular based template but I noticed that Toastr is not part of the demo. Searching on the documentation, I noticed that it is implemented as part of HTML.
https://preview.keenthemes.com/html/metronic/docs/general/toastr
Do you have a workaround to use Metronic Toa...
Me and my coworkers bought your Craft template from the Bootstrap Themes website for a new Blazor project (https://themes.getbootstrap.com/product/craft-bootstrap-5-admin-dashboard-theme/).
In the description of the template there's a line about a server-side documentation for Blazor which I can't...
Hi,
We are trying to create a Blazor server app using html template code from Demo 33 HTML. Currently the sample page only has header and left side bar with blank body.
The button "kt_app_sidebar_secondary_toggle" and the user profile mouse over menus at header are not working.
It works som...
Hi,
I have used the default ajax serverside pagination as mentioned in Keenthemes Docs. Link below
https://preview.keenthemes.com/html/metronic/docs/general/datatables/server-side
Why m i having the default search filed provided by datatables?
https://imgur.com/a/0sV7y8t
Hello,
The theme style of our online documentation is very nice, can this be downloaded? Are these documents generated by tools, like gitbook or other tools?
Thanks!
Hi There,
I want to open a tab by the tab name
like this
https://preview.keenthemes.com/html/metronic/docs/base/tabs#kt_tab_pane_6
when I browse the above URL it will load the default tab not the tab id in the URL
thanks
Hello,
I am using Metronic 8 html version.
I couldn't found this sample in Metronic 8 but do you have other example of image overlay rather than this metronic 7 demo 2.
https://preview.keenthemes.com/metronic/demo2/custom/apps/ecommerce/dashboard.html
Thank you
Hi,
I'm using Metronic 8.1.7 with ASP.NET MVC application.
I'm trying to implement Multi Sign-in like in demo1\dist\authentication\extended\multi-steps-sign-up.html but I can't get quite the same appearance as in sample.
What css and js files must be included beside mandatory global files and As...
Hello ,
I am using select2 dropdown search in react , but its css i think is not implementing as i am adding ;form-select' class with select but despite of it select2 dropdown layout is very common and unprofessional in metronic template react .As i want to apply dropdown search like it is in html...
I was trying to update metronic from version 8.1.5 to 8.1.8 but I've seen that the primary color for the demo 16 has been changed from the usual blu to purple. Is it an intentional behaviour? Is there a way to override the purple and revert all primary styles to blu?
I have been trying to use Collapse Icon for accordian tab, using the steps in this link: https://preview.keenthemes.com/html/metronic/docs/base/accordion#collapse-icon
but i'm not sure which css and js files to include in my page first, could you please adivse?