Open-source by Keenthemes!Support our KtUI and ReUI open-source projects and help with growth.
Star on Github

Tag: Datatables (271)

Such behavior does not happen on Metronic 7.X where the table data is aligned correctly and does not display table data below table header on datatable responsive mode.Example for Metronic 7.X (Expected behavior, much tidy and pretty layout)https://imgur.com/a/WAuvXNeExample for Metronic 8...
I need assistance integrating the DataTables component from Angular 18 template (metronic 8) with an ASP.NET Core API. I want to handle all operations like pagination, sorting, and filtering on the server side through the API.I've tried to consult the documentation, but I've been unable to imple...
When we try to retrieve information from a datatable on the server side, and we switch from one page of data to another, the actions in the columns do not work. Actions like dropdown buttons, data-toggles and others don't work anymore. So, is there a good way to get the data in a datatabble?
Hi,I'm looking for the simplest way to integrate tables with filtering and pagination in the Metronic template and Django.Would you have a working example by any chance?Thank you!!
Hi,I have implemented a datatable from the Laravel example (starter-kit).The datatable works perfectly - it lists all of my Clients in the clients.index viewpublic function index(ClientsDataTable $datatable){return $datatable->render('pages.clients.in...
Hello, Is there an RTL for the style of Datatables for Metronic 8.1.8??how to make RTL Datatables ?? PLS help me
Is it possible to make a whole cell or row linkable in datatables? I am using Metronic Vue demo7. Thank you!
HI, Good night, i'm try use examples of daterangepicker- https://preview.keenthemes.com/metronic8/demo1/apps/ecommerce/reports/customer-orders.html- https://preview.keenthemes.com/metronic8/demo1/apps/ecommerce/reports/sales.html- https://preview.keenthemes.com/metronic8/demo1/apps/ecomm...
hello there,i need help, how to add header checkbox using datatable using app/DataTables/please give me advise how to add it,thank you
const apiUrl = 'http://localhost:8080/dashboard/fetch_user';const element = document.querySelector('#kt_remote_table');const dataTableOptions = {apiEndpoint: apiUrl, requestMethod:"POST", pageSize: 5, setPageSize:5, pageSizes:[2,5, 10, 20, 30, 50], pageMore: true, pagi...
Im using the Default Download button on the template But the problem is not downloading the whole table , only the page 1here is the code on how I implement it ,Im using laravel and datatable , then fetch by ajax to processAny idea will help thanks $(document).ready(function() {...
I have the Metronic v 8.1.5 wanted to try the basic Datatables in your help section .... cut/copied/pasted the html code into one of your templates. added the Js to the last of that page All that I get to see is that the data is shown... but no sorting no icon etc.. are visiblewhen I ope...
Hi,We use an angular theme.Does the table plugin support the ability to expand a row?There is an example?Thanks
I am trying to use Metronic datatable however i am getting my data inside response['data']['data']. How do i set my table's data to this key and also i am getting nextPage, lastPage links from backend only through the api. Need to set those too.i am using kt datatable if i get data in response['da...
Hello,We have implemented KTDatatable and everything works fine but now we have to implement expandable datatable we have tried much with the KTDatatable but did not get success, so is there any reference or demo available for the same? because we have implemented this in the whole project and c...
Hello,I have tried sample code provide in documents. But I failed to fix issue related to dropdown buttons. It works if I fetch data using ajax but not work with json.Please help me solve this issueThanks
Hello , Does the reusable datagrid tables support clickable rows with above enables i tries onRowClick but was not getting a stable behavior, it always caused the row to be clicked even when clicking checkboxes or buttons etc.I am using react metronic 9.2 version.i even tried this code bel...
Hi sir,I am using the theme metronic html version metronic_html_v8.1.7,demo23intlTelInput notworking with country code how it is fix
Good morning, I am attaching the complete link of the project. I comment that I present problems for the DATATABLE,bootstrap-maxlength.html and recently with vis-timelineI had to manually add in plugin.scss the following @import "~ vis-timeline / dist / vis-timeline-graph2d.min.css"; and...
I would like to use datatables in my Metronic 8 Angular template.Unfortunately, I did not find any documentation on how to do this.Can you please assist me ?
Hi, I've added a dropdown button in datatable row. But it doesn't show dropdown menu on click. Then I've checked demo page and got the same result at https://preview.keenthemes.com/keen/demo1/apps/customers/list.htmlDropdown buttons doesn't work