I've got a Datatable rendering via Ajax, and in columnDefs for the "Actions" column I am rendering an "Actions" button that should trigger the dropdown menu. This is the same example as the Datatables Ajax Server Side in the documentation https://preview.keenthemes.com/html/metronic/docs/general/dat...
Hi, is there any video or documentation for migrating from metronic theme version 7 to version 8 I wondering if it is easy or I will change a lot of things and if I managed to change to another theme in the same metronic 7 I will just change the assets folder
Im begginer at laravel, and I cant figured out how to make a datatable with multiple datatables infoI made a new table called clientsI add a field called clientid to the users tableSo a client could have multiple users assignedThe datatable shows succesfully the clients table inf...
https://preview.keenthemes.com/html/metronic/docs/general/datatables/buttons/export#how can i use the data table here in mvc project. what files do i need to add to the project and how to edit the javascript code
Hi Dev,I have big database system using Laravel, and what is best way to fetch and very fast and best performance show hug datatable related with other tables ,and using table filter and search , So what is your advice from me using Vue.js or Yajra , and why?Thanks and Regards,
Hello; In metronic_v6.0.6 datatables, I want to get all row Ids, but I couldn't find a way. I can read this when all rows selected. I want to do the same even if no row is selected. Thank you so far.Note: The jQuery code I use for reading selected ones; $("#m_datatable_Orders").KTDatata...
I have a large datatable. I have read through documentation and tutorials on how to fetch data from ajax request. The thing is i don't want to fetch the data unless the users clicks on the page. So i want to invoke a method when user clicks on page. Can we customise onclick method on pages? Also wit...
hi, when i want to use a feature, as belowe.g;KTDatatablesExample.init();Do I have to write the code on every page?If I'm going to use this feature in many places in my Rails project, how will I do it? Including the file directly isn't enough for it to work?And these js files are f...
https://preview.keenthemes.com/html/metronic/docs/general/datatables/subtableCan you please supply us with the JS code / changes to the example code above that would allow us to feed the subtable data via API instead of the hardcoded demo data as in that example?I can't find any examples of...
Hello, is there a way for KT datatable to call remote data source api with request header, eg. if the api request must include token header? I already check in the documentation for datatable in metronic 9, but the example only covers api call without request header. Also, for the json response form...
Good afternoon,I am using Metronic 8.2.1 Laravel, and by default, it comes with the users table, and I would like to know how I can insert other tables, and what is the most appropriate way to do it. For example, fetching the tables from the eCommerce Catalog and using them.Could you please expl...
Hello,Would be great to see DataTables sample with Search, Pagination in Blazor StarterKitMain problem huge datasets loading - page haltsI found DataTables init in KTSubscriptionsListSample works, but on bigger data quantities halts:private List hotels { get; set; } = new...
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...
Greetings,I've been deeply impressed with the Metronic theme and its comprehensive frontend UI capabilities.I understand that Metronic is primarily a frontend solution, but any guidance in this regard would greatly accelerate my development process.Question: Is there a way to see or know...
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. or even a textbox search /.... infact i cant even get the search text box to show up even if i put search:true...
I designed my page from that template: https://preview.keenthemes.com/metronic8/demo2/apps/ecommerce/catalog/products.htmlOn this template I changed the DataTables pluging with ServerSide Method from this page:https://preview.keenthemes.com/html/metronic/docs/general/datatables/server-sideTh...
on my console ım getting theese error, and ı guess its just about smt named KTUtil, ım fresh guy in softwares so would you help me please?widgets.bundle.js:1 Uncaught ReferenceError: KTUtil is not defined at widgets.bundle.js:1:1405(anonim) @ widgets.bundle.js:1widgets.js:1 Uncaught Ref...