12220 comments found.
A while ago in the comments it looked like you were working on a wordpress version for metronic. Any news on that?
Hi
,
We do not have any plan for the wordpress version. Wordpress is not in Metronic’s scope.
Thanks.
hi, i am using mDatatable plugin with ajax sourced data. I need its server side implementation example. Like this script: http://keenthemes.com/metronic/preview/inc/api/datatables/demos/default.php I need to be able to use pagination and search on it.
Thanks
Hi
,
The server side example you can get from the theme source under “docs/api_reference” folder.
Please note that our support is provided only to verified buyers. For any further questions you can use the support forum keenthemes.com/forums/forum/support/metronic5/ by providing your purchase key.
Just a friendly reminder: If you purchased Metronic 6 months ago then your included support subscription might be expired and to get any further support you will need to renew your support subscription. For further check please go to Metronic purchase page http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
For more info please check: https://help.market.envato.com/hc/en-us/articles/208191263-What-is-Item-Support- or http://themeforest.net/page/item_support_policyThanks.
Any updates of this version 5, what folders or files should I replace … fyi: I use Demo 5 – Modern Dashboard
Hi
,
Basically you can replace the entire theme as it us and merge back your code(if you added any file or changed any existing file)
If you need any further help please contact our support at support@keenthemes.com
Thanks.
I have already purchased the theme, but i like to know if you have psd files for the admin theme. I want to design some buttons etc. but can’t find them. Can you please help me out? Greets
Hi
,
Thanks for your purchase.
Please email our support at support@keenthemes.com and we will try to provide what we can.
Thanks.
Thanks, (allready did this :)). I hope i will hear soon.
Replied to your email 
Hi ,
We are having issues with datatable usage. In data-json.js we could use interpolation in column template but for actions (buttons click event), event binding is not working.
Is there a way to call angular method in data-json.js click event?
(Our case like this: in datatable we have update,delete buttons for each row and when we click this update button we open a modal with row related data inside. When we are getting data from server into the modal, we need update click event binding we want to do this get call in .ts file.)
Thanks.
Hi
Can you try this method (jQuery) to attach the click event?
Angular processes the template when the component is compiled. HTML element that added later is not compiled anymore and event bindings are ignored.
We are still figuring the best solution for this issue.
You can add navigate programmatically:
_self.router.navigate(['page/edit']);
import {Router} from "@angular/router";
...
Bind button to click event
constructor(private elRef: ElementRef, private router: Router) { }
....
....
this.datatable.on('m-datatable--on-layout-updated', function(e) {
$(_self.elRef.nativeElement).find('.btn-edit').click(function(e) {
e.preventDefault();
let href = $(this).attr('href');
_self.router.navigate([href]);
});
});
Thanks
where is the location of bower_components directory?
Hi,
It should appeared in the root directory after you installed bower dependencies using “bower install” command.
Just a friendly reminder: Seems your support subscription is expired and if you wish to get any further theme support you will need to renew your support subscription. For further check please go to Metronic purchase page http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
For more info please check: https://help.market.envato.com/hc/en-us/articles/208191263-What-is-Item-Support- or http://themeforest.net/page/item_support_policyThanks.
hi, how can I use new theme i downloaded but there is no new files new demos
Hi
,
Could you please clarify your question ? Did you download the latest v5.0.4 ? What do you mean “No new files and new demos” ?
Thanks.
i have read about this topic and the sugested solution :
clear the modal content’s cache on modal close as shown below:
$(‘body’).on(‘hidden.bs.modal’, ’#my-modal’, function () { $(this).removeData(‘bs.modal’); });
You can change “my-modal” with real ID.
And i would like to know if this code should be writen at the end of the page were the modals. Thanks for your help.
Hi
,
Yes, you can run this code anywhere within your application custom code. For example you can put this code under “theme/src/js/app/base/main.js” and your code will be executed globally in every page since this main.js or any other script created under this folder will be bundled into the main bundle js script.
Just a friendly reminder: Seems your support subscription is expired and if you wish to get any further theme support you will need to renew your support subscription. For further check please go to Metronic purchase page http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
For more info please check: https://help.market.envato.com/hc/en-us/articles/208191263-What-is-Item-Support- or http://themeforest.net/page/item_support_policyThanks.
How can I add new row to mDatatable?
I’m trying to add like this..
var tableData = [];
tableData.push({Column1”, Column2
then DataTableLocalDemo.init();
but crash on ” Cannot read property ‘getDataSourceQuery’ of undefined “
Thanks.
Version 5.0.3
Hi
,
Just a friendly reminder: Seems your support subscription is expired and if you wish to get any further theme support you will need to renew your support subscription. For further check please go to Metronic purchase page http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
For more info please check: https://help.market.envato.com/hc/en-us/articles/208191263-What-is-Item-Support- or http://themeforest.net/page/item_support_policyThanks
Paid. Help me please! 
Hi,
Currently, the datatable does not support adding a new row, but possible to re-init with the new data.
You can keep the data in your own variable, outside of the DataTable. Then init the DataTable like normal local JSON type data.
Once you get the new data, merge it with existing your data variable, and re-init the DataTable.
For the error “datatable.getDataSourceQuery is undefined” please make sure the var datatable is an instance of mDatatable.
Thanks
Hi! I’m back to this problem. Still not solved. Can you help to know how to add new row to table and refresh it please? Also I want to know how filter with datepicker the data.
Thanks.
Hi,
Sorry for the late reply. We haven’t implemented this API method yet. At the moment you can use the previously suggested workaround where you can keep the data in your own variable, outside of the DataTable. Then init the DataTable like normal local JSON type data.
Once you get the new data, merge it with existing your data variable, and re-init the DataTable.
Thanks.
Hi,
i hope portfolio page will be available in your next update.
thanks
or can i port cubeportfolio in v 4 to v5?
thanks
Hi
,
Yes, you can try to use the cubeportfolio plugin in v5 since its a standalone jquery plugin.
Thanks.
Hi,
http://keenthemes.com/forums not working.I have a two questions.
- ‘mdatatable’, which builds with plugin?
- What I need to do to filter, specifying two date ranges for datatable?
I’m sorry for my bad english 
Thanks.
Hi,
The forum should be working and accessible. Could you please check it again ?
mDatatable is a Metronic’s custom plugin defined in src/js/framework/components/general/datatable.js.
Currently, local date range filter within datatable is not supported yet. But you can do filtering using any field in your server side.
Thanks
i have a Regular License,but my download still is 4.x?where to get 5.x
Hi
,
Please try to download the latest version and you will get 2 sub folders: v5.x and v4.x. If you need any further clarifications please let us know.
Thanks.
thank you
You are welcome 
hello, its possible the html datatables can use search like the others, for ex: search in status or type in data.. thanks 
Hi,
Sure, you can setup your HTML table just like other extended tables and it will work as expected.
Just a friendly reminder: Seems your support subscription is expired and if you wish to get any further theme support you will need to renew your support subscription. For further check please go to Metronic purchase page http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
For more info please check: https://help.market.envato.com/hc/en-us/articles/208191263-What-is-Item-Support- or http://themeforest.net/page/item_support_policyThanks.
v5 doesn’t have accordion feature ?
Hi
,
You can use Bootstrap’s collapse feature with panel component. But in the future we will add custom accordion feature as well.
Thanks.
Hello ,
(We use Metronic 5.0.3 with angular and here is our question) We have a json object like below:
{"Customers":[{"Id":2,"Status":1,"InsertDate":"2017-10-30T16:51:13.98","InsertedBy":1,"Name":"test1","Surname":"test1","Address":"test1","TCKN":"11111111111","Email":"test1@gmail.com","VKN":"","SegmentId":3}],"Header":{"ResponseCode":"Success","Message":""}}
We use data-json.js but because of our list name (Customers) we can not get data to table. We think metronic accept only “data” named lists from server. When we change json object list name from “Customers” to “data” it works but we don’t want to use like that. How to solve this mapping issue with differen list object name for datatables ?
Thank you.
Hi,
If you can remove “Customer” or “data”, the dataset can be accepted.
Currently, no data mapping callback is provided, and we will include it in the next update.
Thanks
Lets say I write down what I need and how I want it to look could you help me for a fee? I just want it to be correct so I don’t waste time on something I am not good at.
Hi
,
Thanks.
Hi, does V5 support stackable modals, and x-editable forms, like V4.x did?
Hi
,
Thanks for your feedback. The stackable modals should be supported by the Bootstrap 4’s native modals. The x-editable forms plugin will be added soon as its quite hard to make it work with Bootstrap 4. Stay tuned!
Thanks.
Thanks, but stackable modals are not supported by Bootstrap 4 out of the box (they say stackable modals is “bad UI”, I respectfully disagree…) But here https://valor-software.com/ngx-bootstrap/index-bs4.html#/modals might be a way.
I also see that the previously available “image cropping” and “form repeater” do not exist in V5 anymore. Really a lot is missing in V5 compared to V4…
Can you provide a clear statement if at all and when these will be available in V5?
- x-editable - stackable modals - image cropping - form repeater
Otherwise I have to drop Metronic, it’s not possible to wait for stuff where if it is not even clear if it will ever come (or roughly when). I hope you understand !
I think it was not a customer-friendly choice of yours to not update Metronic V4 to Bootstarp 4 and now have everyone be stuck with Metronic V5 with LOTS of features missing.
P.S.: sorry,
I just see, “form repeater” is in V5 available, leaves the question, when will be available
- x-editable – stackable modals – image cropping
Noted. Those features will be added as well very soon. Stay tuned 
When will it be compatible with Vue Js?
Hi
,
Thanks for your feedback.
We don’t have a plan for this at the moment. We may consider this in the near future once we complete already planned items. Stay tuned!
Thanks.
please set the task “providing the RTL version” to your first priority
Hi
,
Thanks for the suggestion. Noted and we will attend to this ASAP. Stay tuned!
Thanks.
HI, I am not able to view old metronic theme in the downloads, i was expecting that and i made payment by clicking link to it and i am not able to see that admin 1 theme from that.
Hi
,
Please try to download the current version. We have included back the old v4.x version. If you need any further clarifications please let us know.
Thanks.