Get 2024 Templates Mega Bundle!$1000 worth of 19 Bootstrap HTML, Vue & React Templates + 3 Vector Sets for just $9
Get for 99$

Tag: Datatables (230)

Hi there,I have set up demo 1 on my localhost. I'm using the laravel version of metronic 8.The delete button on the log tables does not do anything.I notice this question was asked a couple of days ago however when I click on the answer button I get a 404 error.Please advise how to f...
In the Docs & Components example for Serverside AJAX Datatable, the footer selection counter is not working properly. No matter how many rows are selected, it always says "1 row selected".In addition, clicking the whitearea in checkbox column but not the checkbox itself will toggle the "1 row se...
I would like to use datatables in my Metronic 8 Angular template.Unfortunately, I did not find any documentation on how to do this.Can you please assist me ?
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.
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...
HiI checked version 7. When purchasing, I bought the 8th version, thinking that it includes all the features. However, all the features in version 7 are not available in version 8. For example, datatable (ktdatatable, datatables.net), e-commerce pages, prices, icons, file upload etc. Can you hel...
I am using AJAX in ktdatatable and Spring MVC model. How to get Paging information from the request in Controller? Here my code. I tried to use parameter map to get value from pagination info. But there is nothing. How do I need to do?### Javascriptdatatable = $('#detail_datata...
Does Metronic pagination give the option to show a table by say 20, 50, 100 or 1000? Right now I only see by 10.
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...
how to show default search field in datatable,I tried this method, but it doesn't appear $('#table').dataTable({ "searching": true });