Hey guys.All the demos are without this powerful search function that comes as standard with Datatables.I tried enabling search manually, but were not successful.Why is it disabled in metronic and how to get it back?Best regardsMartin
Hi,I'm using Yajra with laravel in datatable ,I facing issue with send and request data to server, Yarja only working with GET method to send data to server , I try to using POST method to send data to server but Yarja not accept that , I don't know how can query using post with Yajra to preven...
I am using kt data tables and el pagination. Now the issue is when I change the items per page dropdown of el-pagination my api returns the correct data.But my kt data table is not being updated.Pagination code
Hi, may I know how I can perform search on multiple columns with the datable.search() function? Thanks
I've found that using the plugin datatables css, the cursor is not a pointer when the columns is sortable.I think you should add:cursor:pointertotable.dataTable>thead>tr>td:not(.sorting_disabled), table.dataTable>thead>tr>th:not(.sorting_disabled)I've tried the css from datatables.net and t...
I am using KTdatatables for my list page in vue. Now I am fetching the data from API and showing it into the table. Now I want to show pagination for my table. Also, I read the documentation for that and try to write the below code but still, it doesn't show me the pagination. By default, my API ret...
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 sele...
hello there,While developing our software with keentheem, we have encountered an issue with webpack and a library keen imports automatically (datatables.net)This library has a component which lets a user to edit a table cell like an excel (datatable-editor.js, basically it adds an input field wra...
I can't able to use KTPlugin on angular metronics. Can anyone help me pls
I am getting the same file content for all the demos I downloaded and it is no where near what you guys have on the previews.For example the in the all the demos I downloaded, the src/views/apps folder has only 4 apps as against eleven that was shown on the demo.
Hi,I have complex query to get data from many tables to show it in datatable using Yarja in laravel,My issue is when fetch data from other tables and some fields still empty not yet have values entered, show me error and can't get data because some fields is still null value, So how can return N...
Hi good day how can we use kt-datatable component with axios in vuejs ? When we tried this its not updating the table datasetup() {const tableHeader = ref([{key: "checkbox",sortable: false,},{name: "Name",key: "Name",sortable: true,},]);let tableData = ref([]);onMounted(async...
First, thanks for this brilliant platform. Most people see Metronic as simply a theme, but I see it as a platform. The possibilities are endless. With that said, I'd love to see more support for datatables.js in Metronic. Specifically speaking for Server Side Processing as it relates to export optio...
i need to use the templeteTemplate Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.1.1Version: 2.0.2is it free to download and use ?? or i should purchase it ?if it needs purchase , please send me the link to purchase and download it ,, because the version wh...
hello there,i need help, how to add header checkbox using datatable using app/DataTables/please give me advise how to add it,thank you
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 abo...
My DataTable service code herePublic function html(){return $this->builder()->setTableId('admin-countries-table')->columns($this->getColumns())->columns($this->getColumns())->addColumnBefore(['defaultContent' => '','data' => 'DT_RowIndex','name' => 'DT_RowIndex','title' => '#','render'...
I'm trying to add custom data to widget list.What is the proper way to do this?I've tried to generate custom "timeline-item" and just push it to DOM like innerHtml, but css fails, it doesn't serve my pushed items.I believe I need to do this other way, maybe using something to generate "timeline-...
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 true...
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 help...
Hello,When using search on a KTDatatable, it seems you cant search on the ID with integer values. I tried various things like adding a second column and use a template to fake a new column. Even then search does not trigger on integers.Thanks in advance,Bastiaan
Hi,How do i set autowidth for datatables?I used autowidth: true in the configuration but it wont work.