On this page, we have some filters to apply to the datatables, but there is no documentation on how to use them or how to make them look like the example. https://preview.keenthemes.com/metronic8/demo1/apps/subscriptions/list.htmlI found the only documentation at: https://preview.keenthemes.co...
Hi good day how can we use kt-datatable component with axios in vuejs ? When we tried this its not updating the table datasetup() { const tableHeader = ref([ { key: "checkbox", sortable: false, }, { name: "Name", key: "Name", sortable: true, }, ]); let tableData =...
Rol In my mvc project, I have such a button in the data table. The title works in accordance with the theme...
First, thanks for this brilliant platform. Most people see Metronic as simply a theme, but I see it as a platform. The possibilities are endless. With that said, I'd love to see more support for datatables.js in Metronic. Specifically speaking for Server Side Processing as it relates to export optio...
i need to use the templete Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.1.1Version: 2.0.2is it free to download and use ?? or i should purchase it ? if it needs purchase , please send me the link to purchase and download it ,, because the ver...
How to Fetch Data from API using KTDataTables in Metronic 8 Vuejs
Good Day KeenTeam Dev,I'm here to report and to request for Metronic 8 datatable responsive layout to be same as Metronic 7 as per comparison now the Metronic 8 datatable responsive looks like a downgrade compare to Metronic 7.Kindly refer to the image below for comparison: -
Dear support,Our current system was built using Keen Theme 1.4.9. We are trying to upgrade to Keen Theme 3.0.7. We are having issues with our data tables. We have a lot of data tables with server side processing, paging, responsiveness and grouping turned on. It all worked fine in the old Keen 1...
I am using your Vue.js theme, here any datatable related addition was not visible in my package.json file. As far as I understood when I examined the codes, you wrote your own datatable with vue. There is no serverside instance in the project. I wonder if you have a chance to give an example on this...
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.
Hello, is datatables editor plugin supported? If not, can it be implemented?
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/...
Hello, in my country are not allowed, how can i disable all google fonts on my metronic theme (Latest Version, laravel)?
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...