im having table with the personalization of the ajax table in the standard metronic template for angular.this is how i personalized the datatableConfig in my component: this.datatableConfig = { serverSide: false, autoWidth: true, lengthChange: true, pageLength: 10,...
https://preview.keenthemes.com/html/metronic/docs/general/datatables/api#form-inputshere in this example, text in the first column (name) vertically is not aligned with text in other columns such as age, position. Any way to fix it?
I have added two datatables to one page and they show up fine, they sort fine ... but the search of the first one works but not the second one. Each table works fine if its the only table on the page, but not when together.I have them functions:var KTDatablesList = function ()var KTDatable...
I am using AJAX in ktdatatable and Spring MVC model. How to get Paging information from the request in Controller? Here my code. I tried to use parameter map to get value from pagination info. But there is nothing. How do I need to do?### Javascriptdatatable = $('#detail_datata...
Hi team ,How to apply fixed table header in metronic kt-datatables:component url : https://preview.keenthemes.com/metronic8/vue/docs/#/kt-datatables.i want to make tbody scrollable with fixed thead.I am looking forward to the solution and right approach.
I can't follow Metronic's documentation for datables implementation since I'm following Yajra's.I am trying to follow this:https://preview.keenthemes.com/html/metronic/docs/general/datatables/subtableThe way I'm using datatable is per Yajra's docs:...
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/...
Hi,using Metronic Laravel 8.2.5 and self implementing Yajra Datatable, I found this "bug" for which when a head column (the title of a column) is clicked to apply its ordering on the table the head title switch from alignment lef to alignment right.When clicked the title changes classes, how...
Hello, we build this website https://nachhaltigesuche.de/. but now we have the problem with every search the hole design design from the search results is changing (On the destop we have now a mobile view). What can we do? (We use Metronic, last version, Laravel)
Hi,How can you integrate metronic into my existing web app (hosted on a server). The web app use PHP (Laravel) as backend? Is there a tutorial I can read or watch, please?Also, and please excuse my limited knowledge as I am new to programming, can I only use metronic Laravel demo or any?Mu...
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...
Tried adding edit function instead of view on ceres customers listing. Still new programmer but decided to do the same technique as delete button but cannot work. Tried other ways also and followed some examples but still coming out empty handed. Need to click the action button and then pass data fr...
I currently use the dropdown menu "actions" used to show a dropdown menu (https://preview.keenthemes.com/keen/demo1/apps/user-management/users/list.html).When using C# to show data in the datatable, everything works fine. But, I currently need to use javascript to get data and this is why I use...
Hi, I am using metronic_html_v8.2.7_demo7 Datatables.$('#categories_list').DataTable({responsive: false})Even if use responsive:true or responsive false its automatically adds markup to table. that shouldn't added automaticallyi want to use my own markup in h...
Hi,Would a regex or multiple values search possible with Kdatatable Medtronic v7? I need to search/filter for multiple values in a single column.Thinking about:datatable.search("DE|BE", "country");
Hello, I can't find example of Sub Datatable for react?There is example for html with use of datatables but nothing similar for react.I would like to get result like this but with react:https://preview.keenthemes.com/html/metronic/docs/general/datatables/subtableThanks.
How to change the document title in the export datatable feature?For example, export datatable to excel (ecommerce app), the title is SHIPPING REPORT, I want to replace it with a title that suits my needs.Thank you
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...