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
Hey,I'm trying to integrate ColReorder for Datatables. It has bootstrap5 styles here and see the example here: https://datatables.net/extensions/colreorder/examples/styling/bootstrap5.htmlI checked the package.json and the styles for it already included in your bundle. But when I try to use...
Hello,I coudn't find JS file example or documentation page about implementing Metronics pagination for use in Datatable. I tried to add metronic classes to list item manually via JS which has all adjustments for DT data. I want to use which listed in yo...
Hello,I'm using DataTable server-side, but I have a problem like this, because the search, which is used as a standard, is removed, my search part does not work and it causes a big problem.
I am unable to find an example of how to use table which loads data from serverside using react. I can see examples using HTML , but i need a react based example
i was using datatable in blade laravel, it can shown the data, but if i had 20 data, all data is show, before i was set pageSize to 5, but it same. here the html, js, and usercontroller php.
When I click the action button at the end of the datatable, the popup window stays in the table. Normally it should go outside. this only happens on mobile. I am using iphone 7 plus. I am using metronic vue latest version.
Anybody could help how to make advance search form from database as per below link? https://preview.keenthemes.com/keen/demo5/features/datatables/search-options/advanced-search.htmlAm a beginner, and doesn't much knowledge on jquery or javascript. I tried so much research and found none...
When I load my page with datatables, this error showndatatables.bundle.js?v=1691043244:15511 Uncaught TypeError: KTApp.initAbsoluteDropdown is not a functionI tried to consloe.log(KTApp) but did not find initAbsoluteDropdown function as key from the script.bundle.jsCan you please tell...
I’m working on a Vue.js 3 project with Metronic 8 and was wondering if there is further documentation available for KTDatatable?I’ve got the table working but would like to add server side paging and sorting.The documentation lists the event names but I was hoping there was a bit more detail...
I followed this tutorial to integrate the vue pages into a laravel project : https://preview.keenthemes.com/metronic8/vue/docs/#/vue-laravel-integrationDisplaying the pages does work but I need some help to set up the databases, is there any doc about that? As long as it isn't set up I cannot tr...
Hello,Is there a way to load data without using apiEndpoint? I would like to create my custom function to load the data and then pass it to the DataTable instance.Is this possible in Metronic 9 Tailwind?Cheers,OZ
hi, there's a problem, I've been trying a lot, but I don't understand why. a connection has been established with the api the data is coming successfully, but the data is coming after clicking on the menu 2 times. the sample video is included in the Octoberhttps://drive.google.com/file/d/1Gdm...
Hi everyone,I'm using the Metronic theme (bootsrap) with KTDataTable in a .NET 8 Core project. I have successfully implemented server-side pagination, but I'm having trouble passing custom parameters (e.g., idCompany and idWallet) to the backend.I've tried to use the mapRequest configuration...
Hi,I have issue slow opening pages in laravel with metronic theme, I check console show me this issues can please check this photo and what mean error and why , and how can solve it https://ibb.co/4PBhP0GCan please help me
Hello, I downloaded the last version of metronic 8.1.16 ( the html demo7 theme ).The issue is about the datatable's plugin (server-side processing) where the html div that contains the loading spinner and text, is displayed shifted to the left, and doesn't contain any message text.Some sugges...
i created a view, and added a table in it, with id.then I added this js line$("#kt_datatable_example_1").DataTable();now getting this error in consoleUncaught TypeError: $(...).DataTable is not a functionplease help.