The docs at https://keenthemes.com/metronic/tailwind/docs/components/datatable do not include enough information to work productively with KTDataTable using JS.For example, I don't know what exactly the `columns` option expect as value, but TypeScript reports that `columns` is a required attribu...
Hello, I would like to ask on how can I be able to add the "Actions" Column in javascript or is there other way to do it. I want to retain the styling from your sample pages. https://preview.keenthemes.com/metronic8/demo1/apps/customers/list.html datatable = $(table).DataTable({...
I would like to authenticate the user login from the databases stored in mySql database on my server.would like to know how I can get that done when using the Datatables in your example shown.using the html version of Metronic
Hello,I need your help.I have an apllication and using KtDatatable for my Lists with server side pagination but I can't get Page and sending to method controller api.for example:I need get the num page selected in grid with KTDatable.
Greetings,I bought your Metronic admin (HTML) product at themeforest but unfortunately in the file there is no information on managing the server-side datatable. It is possible to have these parts.Thank you. Sincerely
Hi,I am trying to implement Datatable with colVis and colReorder but I am running into errors. How should it be done in Metronic?I am using Metronic demo 1 html version with BS5 in Laravel 8.Here is a working example with a general datatable codehttps://codepen.io/h6585/pen/XWVygYR...
Hi,I want to integrate few feature of demo 5 html version to my demo 5 angular I read the given documentation of demo 5 but it does not provide any information about how to make a basic CRUD using demo5 can you provide any details how we can make a fully functional CRUD in angular demo5 same...
hi, I am using id="kt_ecommerce_report_customer_orders_table" as table id. How can I use it as a responsive? This is how we normally use it. $('#example').DataTable( { responsive: true});
I have a action menu in a datatable as in the demo, but i set the responsive to true. So when the actions menu is on responsive view on click dont show the menu.Im working with ajax server side and i use drawCallback : function(){ KTMenu.createInstances();and i try t...
Hi Mate,I am facing issue using metronic 8.1 . it conflicting with existing jQuery v1.12.4 in asp.net mvc.its showing lots error. _initializeBackDrop is one.
Hi, I am new in metronic and angular as well, I am trying to implement synamic table with server side pagination, sort, filtering etc. What is the best way to do this in metronic 8 and if possible is there any example implements client side of this.Thanks
I have a problem like this. I want to initialize Datatable with js. I am getting the data from the backend. However, when KTDataTable is initialized first, the data does not come without updating KTDataTable (for example, when clicking the sort button). That's why I need a KTDataTable usage example...