I am testing the metronic vue.js theme and using axios to fetch data from a simple API. I can fetch data in my method and output this in the console, but I cannot update the datatable itself. here is my code:export default defineComponent({ name: "kt-entity-list", components: {...
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...
I am using the latest version of Metronic 8.2.5 with DataTables Bootstrap 5 styling. However Metronic does not seem to respect the new layout option provided by Datatables.For example when I initialize my table with below code but Metr...
Hi,Is there a way for the KT datatable to convert automatically to card view on mobile viewport?I see veutify has it working pretty much the way I would need it to work.https://vuetifyjs.com/en/components/data-tables/#usageNot sure if adding veutify to the metronic 8 project will bre...
We found that kt-datatable component is not sorting the first time, although the header shows that column is sorted (but this isn't). The datatable configuration is the following..
Hi I have purchased the Metronic 8.1.5v recently and I need to have my Datatables populated with the server side mySQL data which I already have.I am not able to get clear instructions on how to point my Datatables to my server side database and its corresponding table.I understand I should...
Hello,Is there a restriction for using tooltips in DataTables? I was testing random json data file with custom JS file which is custom.js. HTML rendered symbol for tooltips as needed but when I hover on blue symbols with first capital letters of name and surname tooltips not Here is link for y...
I am using kt data tables and el pagination. Now the issue is when I change the items per page dropdown of el-pagination my api returns the correct data.But my kt data table is not being updated.Pagination code
Hi,I am using KTDatatables Metronic v7 and want to toggle column visibility. datatable.column(parseInt(val)).visible(false); where val is the column index.This works perfectly in terms of removing the column from view and setting the parameter to true again to bring it back....
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 =...
How to migrate from jquery ajax to metronic tailwind?var $trx_data_panel = $("#trx_data_panel");var $modal = $('#modal_body'); jQuery(document).ready(function() {var start = moment().startOf('year'); var end = moment().endOf('month');...
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...
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: -
Here are two hotfixes for the recent Datatable issue:1. Persist Search Input Value After Page RefreshIn the /src/core/components/datatable/datatable.ts file, modify the _attachSearchEvent function.Add the following lines after the searchElement declaration:const searchElement: HTM...
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...