12220 comments found.
WOW!Nice Work,Congratulations! Good Luck With Sale 
Many thanks 
The documentation isn´t updated to support version 5.05? I’m trying to follow the documentation. The tools folders doesn´t exists and structure of the folders are different from the documentation
Hi
,
Yes, we will release the update documentation in the next update. In the meantime you can refer to the online documentation which is up to date: keenthemes.com/metronic/documentation.html
If you need any further clarifications please let us know.
Thanks.
Thanks so much!! The online documentation will help me a lot
You are welcome! All the best with your projects 
Hi How to implement DataTable with server side pagination in Angular way?. My requirement is.. I have component say ProductComponent which uses ProductService to fetch data from server. The ProductComponent should display a DataTable. The DataTable should be driven by data held by ProductComponent. All pagination and search requests should go through ProductComponent. JQuery should not directly interact with server. Is it possible? How?
Hi,
The feature that is almost similar to your requirement is the datatable with local datasource. But all the data should be passed into datatable, and the pagination and search will be handled locally in datatable.
You can check the sample demo in; /theme/default/src/js/demo/default/custom/components/datatables/base/data-local.js
Thanks
I just went through Ajax based DataTable in Angular version of Metronics. It seems it is just a wrapper around jquery implementation. It’s not in angular way – no real binding of data between component and view. Do we have pure Angular based DataTable. I just found one such thing here https://github.com/ggmod/angular-2-data-table-demo/blob/master/app/demo1/data-table-demo1.ts
Hi,
Yes, our custom mDatatable is a jquery plugin and it can be used with Angular as a wrapper. Basically you can pass JSON array of records to populate the records. In the future we will create a directive to make it easier working with it in Angular. However you can use any plugin you like that fits your needs.
Thanks.
Hi,
What type of license do you have for this admin theme? I’m looking at utilising it to improve the visual aesthetics and some functionality of an open source software
Hi,
Unfortunately Themeforest licenses do not allow using themes in an open source software. Each copy you distribute or sell must be licenses with a separate license. If you need any further clarifications please let us know.
Thanks.
Hi, can I ask for an example of a calendar using Ajax? When ever the a current view is displayed, taking in consideration the dates/date present, gets all events within that range!?
Hi
,
Sorry for the late reply. At the moment we do not have similar example. You can refer to the documentation https://fullcalendar.io/ and you implement it as per your requirements.
Thanks.
For what I saw I think the json feed is, and I quote: ” ... part of a premium plugin”. Is it true? Or do you provide it as full feature?
BTW I suggest for your next update, just include this: https://fullcalendar.io/js/fullcalendar-3.7.0/locale-all.jsTo allow your community to change from locale: ‘en’ to ‘pt’, ‘es’, ‘fr’ ... etc
Thanks
Hi,
Yes, its a premium plugin that you will need to buy it from: https://fullcalendar.io/scheduler/
Noted on your suggestion.
Thanks.
Theme default can fix menu when scroll ? I using theme 5.03
Hi
,
Thanks.
Any update on Demo 8 ?? If we don’t have it soon we’ll start taking drugs.
Hi
,
Please don’t. Will do our best to release it by end of this week or mid of the next week.
Thanks.
Hello! Any word on the release of accordions for Metronic v5?
Hi
,
Thanks.
Hi there, I’m a bit confused about all the layouts and the Angular 5 integration, that you say you have. Is there an Angular CLI for 5 in every layout/version of the template?
Your site only shows Angular 4, so when U publisize here you are angular 5 updated, what does it mean?
Hi,
We have upgraded Angular to v5. You can check at the demo site: http://keenthemes.com/metronic/preview/default/angular
Recently, Angular has updated version 5.1, and Metronic’s Angular also will include this Angular version in the next updates.
Thanks
All your demos/layouts have this? They all have a Angular CLI?
Yes, all demos use the same latest Angular version and angular-cli.
I can’t seem to find the PSD Files in the download?
Hi
,
The PSD files are not part of the theme. But you can email our support at support@keenthemes.com and we will provide you available PSD files.
Thanks.
I have sent you an email on 8th and 11th of December but I haven’t received any answer?
May I know your email ? I have checked our inbox but could not find any unreplied emails. Did you send it to support@keenthemes.com ?
We found it in the spam folder. We will reply you shortly.
Thanks. I got it
You are welcome 
Please help. I want to user server side pagination. I’m currently using the data-ajax demo. But for what I can see it won’t work because I’m not requesting the sorting/paging as a variable.
I can see that in this example you use:
“meta”: { “page”: 1, “pages”: 1, “perpage”: -1, “total”: 350, “sort”: “asc”, “field”: “RecordID” },
which makes no sense to me. 1 pages? -1 per page? With a total records of 350…
But in the javascript you have:
serverPaging: true, serverFiltering: true, serverSorting: true,
and it’s working.
I have:
“meta”: { “page”: 1, “pages”: 4, “perpage”: 10, “total”: 40, “sort”: “asc”, “field”: “id” },
(the url: is a return of a full json file with meta+data and no ‘request of page’)
And in the javascript I have:
pageSize: 10, saveState: { cookie: true, webstorage: true },
serverPaging: true,
serverFiltering: true,
serverSorting: true
BUT it’s displaying the 40 elements. Which means, the meta is not being currently used to set the pages, neither the sorting or filtering.
Neither I think I’m requesting to show the current table page.
I also noted you HAVE an API example. Do I need to use it to solve my current problem? Why is the demo working and mine isn’t? You use any other js in your demo with hardcoded features?
I’m currently not self aware of how server side pagination works. But I thought using your examples as base would solve my problem…
Thank you
SOLVED . terrible terrible documentation! And YES you need to use the API method otherwise won’t dam work!
Can provide some js api documentation. Please send to 54472587@qq.com
Hi
,
You can check the theme documentation online: keenthemes.com/metronic/documentation.html
If you need any further help please let us know.
Thanks.
Hello everyone, i found a bug in databases (Left Locked Columns) http://keenthemes.com/metronic/preview/?page=components/datatables/locked/left&demo=default
After search (example 1000) – will not show “No records found”
And next bug is when click on menu “m_aside_left_minimize_toggle” in page Left Locked Column). datatable width is not correct.
Hi
,
Thanks for the feedback. We will check it further and release the fix in the next update very soon.
Thanks.
Hello
can you customize the admin ? please confirm;
thanks
How the css m-grid m-grid-hor m-grid-root m-page gets added to DIV element ? Please point out the code which adds this stuff.
Hi
,
Sorry, we could not understand the question. Could you please clarify it with more details ? Which version are you using ? The angular or default version ? Which demo are you referring to ?
Thanks.
I use angular version of Metronic 5.0.5 In your demo application, you have used the following selector for angular component selector: ”.m-grid__item.m-grid__item—fluid.m-wrapper” But, For an angular component to be applied in a page, there should be an element (say DIV) with these classes specified. But, I don’t see any component having this CSS. If your framework adds this css, it will work. But is it good to specify css selector which gets dynamically added by your framework. Instead, we can go with some cutom-tags.
Hi,
We used class selector instead adding extra tag otherwise those extra tags break layout that angular version reuses from the Metronic’s default version. We will double check this and try to use angular tag in the following updates as some other users also requested this.
Thanks.
Hi,
I am using datatables.net editor. But when i use the inline editor. The input field not streching to the column widht.
https://i.imgur.com/Xm0WZtC.pngPlease refer to http://andayu.jssit.com/trans/posample/5e56aa00-d668-11e7-97be-00acf6d7c9bf/edit username : spv@andayu.com password : 123456
Thanks
Hi,
Sorry, we can not provide support for 3rd party plugins. If the issue related to Metronic please provide us more details and we will try to point you out. Please note https://i.imgur.com/Xm0WZtC.png is not accessible.
Thanks.
Hi,
How to make <input> with fluid width?
You can just override that input’s width with a custom css code. Are you able to compile Metronic sass files ? If yes, you can add your custom css code in your demo’s main style.scss file and this code will be available globally in your pages.
Hello, in the old Metronic you had a theme switcher with different themes (blue, grey, dark blue, light, etc…). In the new version there is only one theme?
Hi
,
The new version comes with a default skin and you can customize with SASS. The theme layout and skin is easy to customize through extensive variable parameters.
Thanks.
Hi! I would like to validate the retype password on the signup form, but it is not working.
login.component.html:
<div class="form-group m-form__group">
<input class="form-control m-input" type="password" placeholder="Password" name="password" [(ngModel)]="model.password" #password="ngModel">
</div>
<div class="form-group m-form__group">
<input class="form-control m-input m-login__form-input--last" type="password" placeholder="Retype Password" name="rpassword" [(ngModel)]="model.rpassword" #rpassword="ngModel">
</div>
static handleSignUpFormSubmit() {
$('#m_login_signup_submit').click(function(e) {
let btn = $(this);
let form = $(this).closest('form');
form.validate({
rules: {
fullname: {
required: true
},
email: {
required: true,
email: true
},
password: {
required: true
},
rpassword: {
equalTo : "#rpassword"
},
agree: {
required: true
}
}
});
if (!form.valid()) {
e.preventDefault();
return;
}
});
}
It shows the message that “Please enter the same value again.” when the two passwords are the same.
Can you help me?
Hi,
Please note that our support is provided only to verified buyer who has “purchased” badge. If you purchase the theme from other account then you can email our support at support@keenthemes.com and provide you purchase key. I hope for your understanding.
Thanks.
Please let me know if I am missing anything.
Hi,
Is there any error in the console? Can you try to add this to your order.component.ts?
selector: ".m-grid__item.m-grid__item--fluid.m-wrapper",
Thanks