Hi team ,How to apply filter in metronic kt-datatable:component url : https://preview.keenthemes.com/metronic8/vue/docs/#/kt-datatable.i want to add multiple filters into ktDatable. Is there any ready-made solution available in ktDataTableI am looking forward to the solution and righ...
Hi !What is the process of creating a new datatable in Metronic Laravel starterkit ?It seems it's quite complicated, I followed the official yajra docs but it's not working on the starterkit, although working on a fresh installation of laravel (without metronic).Thank You
I am looking to add the Actions dropdown button in my datatables to edit or delete that records as shown in you https://preview.keenthemes.com/metronic8/demo1/apps/user-management/roles/view.htmlBut unable to find the script for the above executions in the code.Can you please help me out wi...
How can I set a selector checkbox to check from remote data? By default all checkbox selector is uncheck, however i would like to checked certain checkboxes beforehand.
When I have table with Pagination and the rows have numbers like this:1 ---------2 ---------3 ---------So, when I go to the second page by Pagination the rows start from:1 ---------but it must start from:4 ---------How can I solve this bug?MetronicVue demo 8 version 8.1.6no...
hI, I followed step by step the description of this page: https://preview.keenthemes.com/html/metronic/docs/general/datatables/buttons/export, to activate teh buttons export on my datatable application, and the browser return me this JAVASCRIPT'S ERROR:---------------------------------------...
Hey SeanI've noted that when there are checkboxes ticked, the behaviour of searching is undesirable and really a bit of a bug. There are two issues:**Issue 1: Toolbar stays in CheckBox mode when searching**Steps to Re-create: 1. in a dataTable list (rendered on client-side), check a coup...
Hi, Am have implemented this https://preview.keenthemes.com/metronic8/demo3/apps/user-management/users/list.html and was able to make the listing dynamic, but encountered a problem with the Action menu, it does not popup when clicked.
https://preview.keenthemes.com/html/metronic/docs/general/datatables/buttons/exporthello i can't see javascript code in this linkit gives a warning like this on the page:Warning: file_get_contents(/var/www/preview.keenthemes.com/kt-products/docs/metronic/html/releases/2022-10-06-120810/c...
Hi everyone,I'm encountering several issues with the Datatable library and could use some assistance.Datatable Library Broken in Version 8.2.5:I've noticed that the Datatable library appears to be broken in version 8.2.5. Has anyone else experienced this issue? If so, what steps did you ta...
I have downloaded the ASP.NET Core project. On the index page I have this code and the datatable is not working. Thank you for your help.@{ ViewData["Title"] = "Dashboard"; KTTheme.addVendor("datatables");} ...
I have the same question as https://devs.keenthemes.com/question/pagination-first-and-last-linksI can modify everything else in the datatables so far by modifying datatables in /assets/js/custom/apps/user-management/users/list/table.js, except for option pagingType/paginationType. It keeps showi...
Hi all, I have a page with a datatable on that is grouped. Im struggling to enable the search and export facility that is on a datatable. It can be done as per the link here https://datatables.net/extensions/rowgroup/examples/initialisation/simple.htmlThe code i am using is from t...
how can I add select, checkbox, radio buttons, and input filters on datatable columns????hi there,I want to add select, checkbox, radio buttons, and input filters on datatable columns, please let me know how I can achieve this.I want to add - radio filter on the "gender" column.- c...
I used the log/audit page example to create a new page and the datatable shows up fine, but I can not get the export buttons to show.public function html(): HtmlBuilder { return $this->builder() ->setTableId('users-table') ->columns($this->...
Hello I love your theme and will be making purchase of Metronic 8 in next day or two. Few questions I need clarification on before purchase.1. Does demo1 has datatable component in angular which I am not seeing HTML demo1 version?2. With $49 purchase, I will be getting all 22 Metronic demos...
Hi Metronic team I want your help making my datatable responsive I have done it but in some screen sizes the table will have a small horizontal slider [even after restarting the page with the new size] which I don't want even if small so what can I do. I am using Metronic HTML v8.2.7 with bootstrap
Hi, based on user data retrieved from the server, I need to dynamically create action button - Toggle drop down (which will show edit / delete button) . When I click this button , Menu is not opening. Template : Seven Html 1.1.4Page : User Management / User