12220 comments found.
How to change datepicker language?
Hi 
Do you mean jquery datepicker?
Please check this guide. https://makitweb.com/how-to-change-language-of-jquery-ui-datepicker/Thanks
kt-datatable 页面中,上面的查询搜索表单部件,如果部件前面的label有中文的话,会显示为竖向的,但是英文的却不会,是什么原因呢?
Hi 
Could you please send the screenshot?
Thanks
Hi,
I’m using Google Translate to translate your comment. Here what we understand.
“Https://keenthemes.com/metronic/preview/demo1/crud/metronic-datatable/base/data-local.html You can change the status tag in the filter to Chinese, you can see it becomes vertical, English There is no problem, there is a problem in Chinese.”
In the Status filter, we don’t have this “Chinese” word. Could you please clarify?
Thanks
in this link:https://keenthemes.com/metronic/preview/demo1/crud/metronic-datatable/base/data-local.html, status filter, label “status”;if you change the label of “Status” into to ”状态“ or other chinese word,It becomes vertical
Hi 
Please add white-space: nowrap; to the kt-form__label. This is a CSS default behavior; https://www.w3.org/International/articles/vertical-text/
<div class="kt-form__label" style="white-space: nowrap;">
<label>状态 :</label>
</div>
Thanks
Hello. I just purchased the theme and I can’t find all cool stuff in the preview.
Hello again. I juste realised that all nice stuffs that I liked in the preview demo are in a classic template(jquery based), not angular template. Really frustrating
Hi 
The Angular show the various base layout demos. But the HTML component design from HTML template still compatible with Angular. You can copy the HTML and use it in Angular.
Thanks
Hello. Ok I will try that so. Thank U.
Your welcome. Please feel free to ask if you need any more questions
Thanks
Ok. Just hope that all css files and js librairies in html template are already bundled in angular assets so that it’s not needed to include them ??
Hi,
Only CSS files are bundled in Angular assets, you will get the same style and design. Js or jquery code are not included.
Thanks
Hello.
It would be great if you could develop a full angular version with all the nice and cool stuffs in classic version in the next months.
Maybe could you talk to your team about that ?
Thanks.
Hi,
Please note that the jQuery based plugins also can be used within Angular if you include jQuery with Angular.
Regards, Sean
RTL CSS and pages are missing 
Hi 
Could you please clarify your issue? How to reproduce it? Where did you find it? Appreciate if you could give the link to our online demo site.
Thanks
I am not able to find this page : “https://keenthemes.com/metronic/preview/demo6/rtl/components/widgets/general.html”
Hi 
All component pages can be found from demo1.
Thanks
I read many of your replies saying that you are working on user profile and will be released in the next update. At the moment it’s preventing me to complete my work. For the time being any template for user profile will come handy.
Hi,
Most powerful User Application with 15 pages is already live. It also comes with 4 options of Profile pages. Please kindly check them out at https://keenthemes.com/metronic/preview/demo1/custom/apps/user/profile-1/personal-information.html .
Expect more powerful applications that coming very soon. 
Stay tuned.
How will I be able to Download it?
Hi 
Its included in the zip. Please find it here; /theme/classic/demo1/custom/apps/user/profile-1/personal-information.html
Thanks
Great work
Thank you! 
Hi!
I wonder if there is a blank demo with the minimum resources needed to start an Angular project.
Thank you!
Hi 
We have Angular skeleton folder with minimal setup.
Thanks
Hi!
I’ll take a look
Thanks!
Let us know if you need any more helps.
Thanks
I was checking your product for ecommerce admin template. Do you have any ecommerce template or pages? Fonts color is very light do you have any demo in dark color
Or Dark font color
Hi 
Sorry. At the moment, we don’t have the eCommerce template and dark template.
Thanks
Hi
,
Just in case if you haven’t seen it yet, we are delighted to inform you that Metronic finally has its complete dark mode version. You can check the dark mode preview here https://preview.keenthemes.com/metronic8/demo1/dark/index.html
Regards, Sean
Is it possible to get Metronic with the latest angular version but without any of NGRX State Manager?
Hi,
Thanks for your feedback.
Currently we support only NGRX so to use Metronic Angular you will need to learn now.
Regards, Sean
I know NGRX, but I wouldn’t use for this project.
It is hard to support both classic and NGRX versions at the same time so we have to go with NGRX.
Hi, I am trying to download the dashboard. Not possible to do it. Can you pls urgently help?
THanks
Hi,
Please re-try your download if you just had a connection issue. If you need any further help you can contact the marketplace support for any site related issues ? You can create a ticket: https://help.market.envato.com/hc/en-us
Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos
Thanks.
Hi there, why there’s no Horizontal Scrolling KT-Datatable, please? Thanks!
Hi
,
In the moment instead the horizontal scroll you can use the expandable row details feature https://keenthemes.com/metronic/preview/demo1/crud/metronic-datatable/advanced/row-details.html for large tables.
Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos
Thanks.
That’s great, thank you!! 
One more thing please, is possible to extend datatable options from variable? I have multiple tables and would like to have options like layout, language, toolbar etc. same for all of the tables. Thanks!
Lastly, searching (filtering) by hidden columns is not possible now… How to fix this, please?
Hi 
You can place common config in a global variable, and extend it for the use in datatable.
var globOption = { /* global option */ };
var options1 = $.extend({}, globOption, { /* specific option datatable1 */ });
$(div1).KTDatatable(options1);
var options2 = $.extend({}, globOption, { /* specific option datatable2 */ });
$(div2).KTDatatable(options2);
Thanks
Thanks, great! Unfortunatelly this doesn’t work with the options for “data”. I’ve same ‘data.type’, ‘data.source.read.map’ and ‘data.source.read.headers’. Can we fix this somehow? Thank you!
And also how can I completely hide some rows (only needed for searching). I show up names, but for searching ids are needed. Thank you!
Hi,
$.extend() is a jquery function. You can find another way around to properly merge 2 variables.
Row cannot be hide, you can only hide by column. Please check here for more sample datatable API. /theme/default/src/assets/js/theme/pages/crud/metronic-datatable/api/methods.js
Thanks
this theme is very complete. but you have to work on the colors. Boxes must be visible, font colors must be reviewed. I tested this theme on more devices. It’s not very legible.
Hi
,
Thanks for your suggestion. We will take into account this in a future update.
Regards, Sean
Thank you
how i can show Loader during ajax call ?
Hi
,
You can refer to the working demos:
Spinners: https://keenthemes.com/metronic/preview/demo1/components/custom/spinners.html BlockUI/Loaders: https://keenthemes.com/metronic/preview/demo1/components/extended/blockui.htmlEach demos comes with JS script for you to refer to the init code.
Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos
Thanks.
I can not find the mail component?
Hi
,
The new mail app is in progress and will be released soon.
Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos
Regards Sean
tanks.
Do you have an idea about the release date?
It’s hard to say. But we are working on it and we will do our best to release it soon.
Hello, Screen breaks when I press the video button in Summernote
https://ibb.co/YT3cf6LHi
,
Thanks for your feedback. We will check this issue further and fix in the next update.
Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos
Regards
Any plans to update fullcalendar library from 3.10 to 4.1 any time soon ?
Hi
,
Thanks for your feedback. Noted, we will check and consider updating it in the next release.
Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos
Regards, Sean
Hi Keenthemes Team, I have purchased Metronic 6.0.3.
Now I need help on these 2 issues: 1. Can I use Tabbed Subheader to display any content as tabpanel (I didn’t see any tab function on Tabbed subheader page).
2. Is there any chance to apply the Root Color (defined in style.bundle.css) to any element ? (such as pink, yellow, blue)
Hi,
1) Do you want to use the Bootstrap Tab(https://getbootstrap.com/docs/4.3/components/navs/) control and open the tab content without reloading the page ?
2) You can try to use the state color helper classes on any html element: https://keenthemes.com/metronic/preview/demo1/components/base/colors.html
Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos
Regards, Sean
Hi PixelDots,
I am SO Happy about your theme!! Thanks again… Just a quick questions…
When are you expecting to release Awesome Tabs. Thank you 
Hi jf 
Thanks for your feedback.
Could you please clarify what Awesome Tabs do you mean?
Thanks
Hi PixelDots,
thank you for your quick response. I am talking about the name of your ‘coming soon” design from Metronic.
It’s visible here: https://keenthemes.com/metronic/ (demo 14)
Thank you 
Hi jf 
We have no estimation date yet. But it will be. More demos will be coming soon.
Thanks
Hey we can’t seem to format MYSQL dates (2019-04-29) when using the datatable. Simply does not work. Do we need to compile with plugin? Thanks
field: ‘created_at’, title: ‘Date Opened’, type: ‘date’, format: ‘MM/DD/YYYY’, sortable: true,
Hi 
Can you try to use format like this? format: ‘YYYY-MM-DD’
Thanks
this format allows us to sort properly but we would also like to display the date as DD/MM/YYYY, is this possible?
I was able to do it with this, but is this the best way?
template : function(row) { var dateSplit = row.created_at.split(’-’); return dateSplit1 ’/’ dateSplit2 ’/’ dateSplit0; }
Hi 
Yes, correct. You can use template callback function to alter the value for display.
Thanks
Hi, are you planinng to build a version in vuejs and maybe tailwindcss?
Thank you !
Hi
,
Thanks for your feedback. Yes, Vue integrating is in our plan and we will start the development soon. We are not planning to use tailwindcss at the moment.
Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos
Regards, Sean