Get 2024 Templates Mega Bundle!$1000 worth of 19 Bootstrap HTML, Vue & React Templates + 3 Vector Sets for just $99
Get for 99$

Tag: Datatables (243)

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...
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...
Hello.I need help with building the responsive Datatable.I am assembling it according to the example in the documentation, but the error below occurs: Uncaught TypeError: Cannot read properties of undefined (reading 'state')This error occurs in this code snippet based...
Hi, im facing problem with KTDaTable on Metroic 9.0.4.Using Remote Data Source will caught : Uncaught (in promise) TypeError: Cannot set properties of null (setting 'instance')Vue 3 Composition API with TypescriptThank you
Hi Brother,We Use v8.1.1 Contents in Metronic Demo 7 Package,I Add Dropdown Menu With Columndefs In DataTablesNo matter how many times I tried, I couldn't run the menu, but when I click on it, the content does not open.Please can you help me ?I fill table contents with dataBut no matte...
Hi, I am trying to create a fixed header datatable inside a card. All the js and css files from `gulp` is getting compiled to css and js of my project. But table is not getting fixed header in my page. Can you help me with that?
Uncaught ReferenceError: $ is not definedHow do I add jquery for the error that occurs because there is no jQuery specific to the metronic template?
I'm trying to add custom data to widget list.What is the proper way to do this?I've tried to generate custom "timeline-item" and just push it to DOM like innerHtml, but css fails, it doesn't serve my pushed items.I believe I need to do this other way, maybe using something to generate "timel...
How to update this server side https://github.com/mcintyre321/mvc.jquery.datatablesJquery datatable to KtDataTable in asp.net mvc?HTML KTDatatable metronic v8
Hi, when I type something in the search field and get the message 'No data found', then I delete what I typing, the Customers list is returned, and when I click on the action button, it transferred to the Dashboard page.You can reproduced this problem on this page:https://preview.keenthemes.com/...
Hi KeenThemes Team,I am reaching out to report an issue with our recent changes to the CRUD module. Despite making changes to the button icons and text, these updates are not reflecting in production after the production build.Specifically, we have updated the button styles, including changi...
Hi Team, Can you suggest me a solution to prevent these warns popping in the console even if I don't use the "OnItemsselect" prop for data tables?Vue warn]: Property "prop" was accessed during render but is not defined on instance.