Introducing ReUI:Open-source UI components and apps built with React, Next.js and Tailwind CSS
Browse ReUI

Tag: Datatables (267)

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
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
In Metronic 8 Laravel, I install webpck.mix.js with npm run dev. It's successfully, but don't have public file (such as datatables js and css). I want to use datatables but when i call it with datatables library it not found and return net::ERR_ABORTED 404 (Not Found)i Check assets in config...
Can you guys consider making a working datatables client-side code with PHP? current code doesn't support filtering by server-side. It will be beneficial for us if you guys can implement it. thanks.
Hello am using metronic 8.1.6 and the dropdown on datatables is not working it just scrolls up, but i see on 8.1.8 its working how do i fix this on 8.1.6
I have recently updated my Metronic to v8.2.0 specifically because in v8.1.9 the datatables implementation still used Bootstrap 4 intergration.However after the upgrade the Datatables are still using Bootstrap 4 and not Bootstrap 5.I checked the src/js/vendors/plugins/datatables.init.js and cl...