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

Tag: Datatables (267)

Hello,When using search on a KTDatatable, it seems you cant search on the ID with integer values. I tried various things like adding a second column and use a template to fake a new column. Even then search does not trigger on integers.Thanks in advance,Bastiaan
Hello,I couldn't find the Individual Column Search feature in metronic8 which existed in previous versions of metronic.https://preview.keenthemes.com/metronic/demo13/crud/datatables/search-options/column-search.htmlAny way to use this feature or any alternative in metronic8?Best Rega...
Hello,I am using your Laravel Starter Kit with Bootstrap 5 in the latest version. There seems to be an issue when using Bootstrap DataTables with the data-sort attribute. Columns that have data-sort in their td elements receive left space, causing the contents to be shifted to the right.he...
Can I upgrade the Datatables of my project to the latest version as I need to Implement more Sofisticated Filtering Options: https://datatables.net/extensions/searchbuilder/
Please help with my datatable. When I am on page number 5 and navigate to a new page through the navbar, where the new page also has a datatable, the page number does not reset to 1 but remains at 5. How can I reset the page number to the beginning when switching pages?
Im using Metronic 8 HTML v8.0.36, DataTables fixed columns seems not working. What version where DataTables fixed columns works?Thanks
Hello! I would like to implement a datatable from HTML version ( with subtable ) in Laravel version using Yajra Laravel described here: https://preview.keenthemes.com/metronic8/laravel/documentation/general/datatables/overview?demo=demo1 This is the table: https://preview.keenthemes.com/...
Hi Brother,First of all, I would like to thank you for such a beautiful and stable working theme.But I'm Having a Little ProblemBelow I Share HTML and JS Content, I Fill Content With Ajax
Hello teamI have datatable with remote data source, i can search it with input that have attribute "data-datatable-search", but how to implement datatable filters ?Thanks
Hi,I want to know how can I impliment datatable column manager so that hide unwanted columns. It'll be very useful for exporting large column datatables.https://datatables.net/examples/api/show_hide.html
Hi All, I am getting the below error message. Can you please investigate and inform me how best to fix this?Illuminate\Database\QueryException SQLSTATE[42S02]: Base table or view not found: 1146 Table 'gogeeper_admin.settings' doesn't exist (SQL: select * from `settings`) at ven...
I have a problem in Livewire 2 when the modal close the page is disabled, document.addEventListener('livewire:load', function () { Livewire.on('success', function () { $('#kt_modal_add_user').modal('hide'); window.LaravelDataTables['users-table']...
HiWe use datatables extensively, and with Metronic 8, the default search/filter box is seperate from the datatable.When SaveState = True is set, how can the original search term be retained in the filter input field ?
hello, I downloaded metronic v8.1.6, but how do I run the date table export? I try to export but it is like the demo does not export anything And I don't need that last version view can anyone help me or the future not work in V8 thank you
Hi Team, It seems to be routing is not working as expected like it doesnt render the data to the datatables when naviagting from one screen to another. And I get to see the this console error runtime-core.esm-bundler.js?d2dd:38 [Vue warn]: Unhandled error during execution of schedul...
Hi , How can make filter with save search parameters in section like this https://ibb.co/51CYsgghttps://ibb.co/SxMKg93Can please help me show me how can using it in Metronic Theme in LaravelWarm regards,
How can I easily show my data with ktdatatable in Metronic 8. I wanted to examine the Metronic 8 template and inject it into my own project, but it didn't work out because the functions, components, etc. are all located in separate folders and not in a generic structure, please can you help?
hello i want to ask for your help, how to use your dataTables if in laravel?for example i have copied the table for id kt_customers_table, but when in laravel it doesn't work properly like in the demo apps
Hey guys.All the demos are without this powerful search function that comes as standard with Datatables.I tried enabling search manually, but were not successful.Why is it disabled in metronic and how to get it back? Best regardsMartin
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?