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

Tag: Datatables (267)

Which version of jquery and bootstrap using in metronics 8.1 and the latest metronic?
Hi,I have been using Metronic version 2.0.2, which featured an editable table page using the DataTables plugin with inline editing and adding rows directly within the table. This differed from the current implementation that relies on modal-based CRUD operations.I've started using the curren...
So, I just started using Metronic in my company and I'm working on emulating what a colleague has selected and composed from the Html demo (some lists, some filters, some dashboard elements, etc.).At the start I've struggled a lot, the Laravel documentation is truly meagre and the overall explan...
hello,im try to using action button in yajra datatables on this pagehttps://preview.keenthemes.com/html/metronic/docs/general/datatables/server-side#while i try, the action button not working, it's just open to new page, not showing edit button and delete button, thanks
i have purchased Metronic but i have an issue with version 8 , paging first and last links cssstyle not affected .when i make some debugging i did not found the style in style.bundle.css Or datatables.bundle.css plz help me as soon asthanks
Hi everyone,I'm working on an Angular (v18.2.11) project using Metronic v9.1.1, and I'm having trouble getting the datatable component to display correctly. I'm following the documentation here, but the styling in my application doesn't match the demo or the component overview. Specifically, the...
Hi About datatable i want to use https://preview.keenthemes.com/metronic8/demo1/apps/user-management/users/list.html datatable style but coundt change tbody or tds class. Can send me example about it ? How can style it. Thx 4 help
I have a datatable to display the data from the sqldb in the server. this is working perfectly.I have a made a modal that will add data to the mysqldb in the server. this is also working perfectly.using Ajax formdata to send data to php. Once the data is saved to the db, I need the datatabl...
Hi guys, can you guys consider adding Colvis button option in Datatables? or is it already implemented? here's the link: https://datatables.net/extensions/buttons/examples/column_visibility/columns.html thanks
Hello,Is there a way to give to the datatable an array of data? Also is there a way to attach to sort/pagination events before they are executed?I am trying to use the datatable from here: https://keenthemes.com/metronic/tailwind/docs/components/datatableangular v18.2.11metronic v9...
Hey Sean,I'm adding colvis as part of buttons with this configuration: buttons: [ 'copy', 'excel', 'pdf', 'colvis' ],https://ibb.co/D4Pc9V0Could you add necessary options for dt-button-active class to make it work properly? Any workaround class...
Hello,content-wise, are there any differences from default HTML version if I am going to use Angular version? For example Datatables plugin seem to be missing on Angular. Are the plugins and content differences only matter of demo preview or whole version?Thank you
Hi im using metronic 8 for angular, when i define the various column is there a way to get them translated string for the language i choose?this is how i define a single column in my code: -------------------------------------- this.datatableConfig = { serverSide: true, proc...
Hi,In want to sort data by a default column and prevent user from changing it. That means, NO column in my table is sortable .Please try it on your examplehttps://preview.keenthemes....
When I use the table bordered class in my tables the table doesn't have border at top & bottom. So for having that borders I need to use border-top, border-bottom. and class table-bordered doesn't appear at the sass base code in the template. PLZ someone help me solve this. I will be so grateful...
I am using KTdatatables for my list page in vue. Now I am fetching the data from API and showing it into the table. Now I want to show pagination for my table. Also, I read the documentation for that and try to write the below code but still, it doesn't show me the pagination. By default, my API ret...
I want to implement datatables.net drag and drop column functionality on Angular Metronic theme. But I am not able to get any workaround how to implement it here. Do you have any help for me. Thanks Reference: https://datatables.net/extensions/responsive/examples/column-control/colreorder.html
Hi,Is there away to add a text message or a view that says no records found, like an empty state of table instead of just showing the table with no data in it?Example: If we fetch data from the API URL, if no records found, I'd like to show a message that says "No records found" in the table...
Hello, I am using datatables. statesave feature is active. I search in my search input, it works successfully. But when I enter the page for the first time, the search input value is undefined. When I make a search, there is no problem anymore, but when I enter the first page, it is undefined.in...
Hi,I am using Vue version of the the theme.Does the table plugin support the ability to expand a row?and how can I implement it ?Is there an example?
I can't able to use KTPlugin on angular metronics. Can anyone help me pls
I am not able to find the code for DataTables in Metronic themes. In angular, I saw 6 demos but not able to find the template having DataTables?Please help me out in finding the code.