When I try to verify my token generated at login page it is giving me error and not passing through login page after successful authentication.
Request URL: https://preview.keenthemes.com/metronic8/laravel/api/verify_token
Request Method: POST
Status Code: 422 Unprocessable Content
Remote Addr...
there seems to be a laravel authentication issue.... i.e. when I log out of the app the app is not returning to login page and I am returned with these types of errors 'Attempt to read property "name" on null'
are you aware of such authentication error in laravel and what is the plan to resolve t...
I am using KTdatatables for my list page in vue. Now I am fetching the data from API and showing it into the table. Now I want to show pagination for my table. Also, I read the documentation for that and try to write the below code but still, it doesn't show me the pagination. By default, my API ret...
I am using the ktmenu inside it add several html elements, my problem is when using the select2 plugin,
This select is multiple, when removing an option the ktmenu closes the same
What I can do
gif of what happens
https://ibb.co/6vgxmmW
how to prevent text of table new line in DataTable(metronic/ vue)
https://www.youtube.com/watch?v=RCr2hWNGJ8w
I have at the moment a big datbase with a lot of columns. I want to change this, that the results should similar like in search engine from google. Are there elements in Metronic that i can use?
Hello! I set up a project from scratch on laravel + Vue, and started needing html pages migrated. The ”/assets/js/scripts.bundle.js” is not working in the components which are connected via . Can you please tell me what this problem could be due to ?
Hi,
I followed instructions but i am unable to perform this step.
Using typescript initialization with Vue-router
To use typescript components in combination with vue-router , the component initialization must be triggered on every page change within beforeEach event.
// index.ts
import KTCom...
Hi,
I'm using Metronic 8.1.6. on ASP.NET MVC web app (not Core!). I'm trying to implement tooltip on help button on page like in index.html in demo 1.
What js/css I should include beside mandatory js?
Kind Regards,
Valentin
After downloading the Vue version of demo8, an error occurred when running "npm run build".
error:
transforming (2239) node_modules/@fullcalendar/vue3/dist/custom-content-type.jssrc/components/modals/wizards/create-app-modal/CreateAppModalForm.vue:61:18 - error TS2306: File '/Volumes/projects/vu...
I've installed the latest version of Metronic with Laravel. How do I solve this error?
I've followed the installation steps and haven't made any to the code.
Hello Team,
I hope this message finds you well. I have a request regarding the organization and accessibility of components within the theme, particularly form controls and the tabs layout. In Metronic 8, the availability of extensive examples for various form controls and layouts made it incredi...
Hi,
I had tried to use Metronic 9 via Livewire but menus (sidebar and profile menu, top right) are not opening. I use currently livewire with Metronic 8 and menus are opening help of below script:
document.addEventListener("livewire:navigated", () => {
KTComponents.init()...
Hi Team,
It seems to be routing is not working as expected like it doesnt render the data to the datatables when naviagting from one screen to another.
And I get to see the this console error
runtime-core.esm-bundler.js?d2dd:38 [Vue warn]: Unhandled error during execution of schedul...
Hello,
can you help me implement date picker on my project
Metronic 8 + Demo 7
I'm trying to implement flatpickr
I saw this page but I don't how to proceed
https://preview.keenthemes.com/html/metronic/docs/forms/flatpickr
Thank you
The installation went as expected as per the guidance found at https://preview.keenthemes.com/asp.net-core/metronic/docs/getting-started. All operations completed. I used yarn install and gulp --demo1 from the _keenthemes/tools directory. However, when I run dotnet watch from the StarterKit directo...
We purchased Metronic Vue (currently Metronic 8) two years ago for our portal development. However, we have always felt that the support for Form components is insufficient. If we use the ElementUI framework, it will not match the original style.
Do you have any further solutions for this issue?...
Please change the avatar and nothing change.
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...
When we install metronic 8.2.0 demo22, the master.html file is missing in the layout Directory. There is only partials folder and _default.html file
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,
I have a question about Refresh/Reinitialize DataTable.
Im using Metronic v9.0.4 with React. The DataTable component is working fine and now I want to implement DataTable Refresh function. How to refresh/reinitialize the DataTable when a button was clicked without reload the page?