Hi , How can I using your theme Metronic 8 to specify custom column show/ hide in table column Like this https://ibb.co/WV4Wqsj Can I using Yajra in Laravel to do this feature in datatable ???Please help Thank a lot
Hi Sir,I using last time as your recommended Yajra lib in Laravel to make datatable more flexible ,In my project I facing issue that I have data that query from many other tables in DB,so in this case of queries how can using Yajra to query complex data from many table in db,Where can I put...
Hi , How can make filter with save search parameters in section like this https://ibb.co/51CYsgghttps://ibb.co/SxMKg93Can please help me show me how can using it in Metronic Theme in LaravelWarm regards,
Hey Guys I have not had ONE successful install with metronic. I sincerely have a headache from trying to install this theme so many times. Anyone know a step by step guide to install Laravel Metronic? From 0? I’ve tried so many times and I am drained! Thank you so much for the help! I have r...
There is Laravel project of Metronic but I want to know, Is there a plugin or a better way to add it in existing Laravel project. I can add all dependence one by one and move Model, Controllers and view in my project, but its a lengthy and error prone way. So I want to know if there is a better way...
I have a problem with the "page-title" in the layout, using laravel.When i use this settings in config/demo1/general.php:// Page title 'page-title' => array( 'display' => true, // Display page title 'bread...
Trying to do a form submit via ajax, currently working well if the submission didn't encounter any problem/errors and is showing the success screen. but how do I show the error screen if the response from the ajax has an error, ie duplicate records?
Hello author, i am trying to implement datatables in laravel + vue combo. Can you please help me out ? only KTDatatable is available in metronic 8 vue version and even in that there is not a single ajax KTDatatable example….How do i do that ? For sample there is only “resources/ts/src/store/modules/...
Hello author, i am trying to impletemet vue in metronic 8 : demo1 So far i have managed to implement vue as instructed here : https://preview.keenthemes.com/metronic8/vue/docs/?_ga=2.126652361.574265224.1648481172-1797318304.1625209156#/vue-laravel-integrationAs for now i can only use view com...
Hi,I have complex query to get data from many tables to show it in datatable using Yarja in laravel,My issue is when fetch data from other tables and some fields still empty not yet have values entered, show me error and can't get data because some fields is still null value, So how can return...
Hello, I think there is a problem right now with your cloud authentication API (https://preview.keenthemes.com/metronic8/laravel/api/login). The field api_token is null in the response body. It is then impossible to validate the token with the second API call (https://preview.keenthemes.com/...
i'm using metronic in laravel and i'm getting this error that is 'Uncaught TypeError: $(...).DataTable is not a function'after making everything exactly like yarja documentation like this is the data table
vendor/laravel/framework/src/Illuminate/Database/Connection.php:716 712▕ // If an exception occurs when attempting to run a query, we'll format the error 713▕ // message to include the bindings with SQL, which will make this exception a 714▕ // lot more helpful...
Hi,I'm using Yajra with laravel in datatable ,I facing issue with send and request data to server, Yarja only working with GET method to send data to server , I try to using POST method to send data to server but Yarja not accept that , I don't know how can query using post with Yajra to prev...
When I apply an inline css code to an svg as stated in the documentation it gets overridden. for example :theme()->getSvgIcon("demo1/media/icons/duotune/finance/fin010.svg", "svg-icon-success svg-icon-2 svg-icon-success"),That gets called but overwritten by the the...
when I want to have a "path" like this:account/annunci/4/editI can't get the "js" in the "config/global/pages.php" file to workmy config:'account' => array( 'annunci' => array( 'title' => 'Lista annunci', 'assets' => arr...