Hi,I want to know how can I impliment datatable column manager so that hide unwanted columns. It'll be very useful for exporting large column datatables.https://datatables.net/examples/api/show_hide.html
I'm developping a laravel project with the latest version of Metronic 8 theme (8.0.36)For the upgrade to work properly I had to reverse the webpack.mix.js to a previous syntaxFrom : mix.scripts(...) to mix.js(...) the .scripts generated many errorsBut with that, I now have a "window.ignite...
Hello,I couldn't find the Individual Column Search feature in metronic8 which existed in previous versions of metronic.https://preview.keenthemes.com/metronic/demo13/crud/datatables/search-options/column-search.htmlAny way to use this feature or any alternative in metronic8?Best Rega...
Dear All,As you mentioned in other questions answer that related to RTL you said:"Copy RTL CSS file from the HTML version from/metronic_v8.0.x/html/theme/demo1/dist/assets/css/style.bundle.rtl.cssto the Angular folder demo1/src/assets/sass/"Are you planning to create rtl scss file...
We referred to https://preview.keenthemes.com/metronic/demo1/crud/ktdatatable/base/data-json.html and bought the theme. But we were not able to find that in the donwnloaded theme.Whne checked the preview again, found this link which is close enough to the above mentioedn table. https://preview.k...
Hello,KTDatatable is available in Metronic 7 version. I couldn't see it in Metronic 8 version. Only Datatables.net is available on the documentation page. Will it come in next updates?
I have purchased the regular license of the metronic theme package and am currently experimenting with using your product for a Saas style web application. If things are successful and my development goes well I will of course purchase the extended licence before I deploy the application. My questio...
I just want to use the landing page, the script is too heavy, the file size is also very large so it's very slow to access the website. effect on seo, for the following script what should I delete to speed up my website so that it is quickly deleted.plugins/global/plugins.bundle.jsscripts.bund...
The current post build file structure is a mess and is a chore to cleanup afterwards. Note that I am referencing the behavior of a built demo1 of html variant v8.0.36.The following problems creep up in the file structure:- The actual styles.bundle gets created in the theme root alongside the f...
Hi, How can using your theme for fetch and fast show big data from database from Laravel ,Your theme datatable is working will with small data, but when I load big data more than thousand of records it's take long time before done and show data in table , so what is best solution to using your...
Hi, I've added few modals using the the ways mentioned in the docs, using bootstrap.js & modal.js (I guess the one came with the template).So the issue is I'm using a drop down menu o my datable. for actions, if the datatable is empty during the first load, after changing the parapets and ge...
Hi,We added Metronic to our existing angular application. I used the HTML version for it and recreated some components based on both the HTML and Angular demo. The whole application is working fine but we can't get the select2 from the HTML version working in the application. The select fo...
Hello,I use Metronic with WordPress and Bootstrap5.I a page I have two form.For this I make a new file mycustom.js.In this file I put the code for validation form, but in frontend Chrome see me: Cannot read properties of null (reading 'classList') in plugin.bundle.js.Could it depend...
I downloaded the Metronic, v8.0.34 because it had the version 8 of laravel. when i opened composer.jason I found the laravel vesion 8.13 but i want to have the laravel version 8.75 linking laravel version on github for reference (https://github.com/laravel/laravel/releases/tag/v8.6.11).When i trie...
Dear Admins, Why do you fake the Metronic - Bootstrap 5 HTML, React, Angular, VueJS & Laravel Admin Dashboard Theme template is ready for laravel 9...???theare are a lot of bug for composer dependancy and which not able to solve.. so i need my refund back...
i need proper example of splash screen logic export default function App({ store, persistor, basename }) { return ( /* Provide Redux store */ {/* Asynchronously persist redux stores and show `SplashScreen` while it's loading. */}
Hi,How can I add Vuex-persist to the application? I tried adding the Vuex-persist the way mentioned in their documentation, but doing that makes the Vuex states show empty on The Vue-dev-tools. Also is there any way to persist a selected module or state? be...