I am trying to apply filter on the remote datatable with KTDatatable.It is metronic 9.xI do not see any documentation where I could pass all filter criteria with the apiEndpoint URL.I have referred the documentation located at https://keenthemes.com/metronic/tailwind/docs/components/data...
I am using Remote data source for KTDataTable.I would like to show number of records above the table. The API return totalCount but I do not see any option to retrieve that from dataTable object.I have tried in the fetched event but dataTable object is not showing total count value. Please a...
I am using the HTML of this item and want to change the paging to show 25 items on a single page instead of 10. Could you please let me know how to do that?It is paging update in Data tables.Thank you
Since METRONIC V9, the fig file replaced the html code, js code, ts code, java code,css code, but the fig file open with figma, it only contains the design screen, no code can export, how it usful?
Hello,we have a question about certification. You list two licenses for the Metronic product. We are working on a system that will serve as a reservation system for dog training. We are developing this system for a client. There will be no charge for user accounts in the system, the only chargea...
I am trying to use datatables at metronic 9 and i am getting the following error, i have been trying for 1 week and there is no way to use it. I am using Laravel 11 with vite, no front end frameworks.ReferenceError: KTDataTable is not defined at HTMLDocument. (users:372:31)
About files of change Aside rtlI Want file of the rtl i found The Custom Without rtlPlease upload to me the files second question i wand video explain to used the file of BootstrapAnd thank you...
I'm with a weird issue related to the Link component on React-router using Metronic V9. If my Link is inside a table or a header, the entire page will be reloaded if the users click on it. But if my Link is inside a simple div or span
Hello thereI followed the instructions on the following linkhttps://keenthemes.com/metronic/tailwind/docs/getting-started/integration/reactGetting Started React IntegrationI specifically tried the download method, I copied the file, ran npm install, ran dev navigated to the site and am get...
Hi,I'm trying to add a select field with the FIeld component of the vee-validate library, but it keeps displaying a simple select field.I added these attributes on the Field component: class="form-select form-select-solid" data-control="select2" data-hide-search="true" as="select"
Hi,I just followed the docs on how to use tailwind css version in laravel, my auth pages work without problem but when I use the index.html content with the vitecss it says KTDOM is not defined Any fix?https://i.imgur.com/YyjUQ4g.png
Hi, Thank you for making an awesome templates. Is it possible to modify the dropdown navigation submenu in desktop version to be like the dropdown navigation submenu in mobile version? I want to modify it like the mobile version in Metronic 7. I have tried to modify the navigation submenu in...
Hi, currently I'm trying to implement Metronic 9 into my Laravel applications.Everything is good so far (though, I haven't checked all the components), but I came across problem when trying to make a dropdown component.