Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Tag: Datatables (206)

Hi Sir,I using last time as your recommended Yajra lib in Laravel to make datatable more flexible ,In my project I facing issue that I have data that query from many other tables in DB,so in this case of queries how can using Yajra to query complex data from many table in db,Where can I put...
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
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...
Hi,How do i set autowidth for datatables?I used autowidth: true in the configuration but it wont work.
How i can Export Dropdown list and make in active to down load PDF or Excle file?i'm useing KTDatatable type: 'remote', metronic 7
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...
PHP Warning: require(/vendor/autoload.php): failed to open stream: No such file or directory
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' =>...
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 =...
i need to use the templete Template 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 ver...
Hi, may I know how I can perform search on multiple columns with the datable.search() function? Thanks
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
Hi,I want to know how can I impliment datatable column manager so that hide unwanted columns. It'll be very useful for exporting large column datatables.https://datatables.net/examples/api/show_hide.html
Hello,I couldn't find the Individual Column Search feature in metronic8 which existed in previous versions of metronic.https://preview.keenthemes.com/metronic/demo13/crud/datatables/search-options/column-search.htmlAny way to use this feature or any alternative in metronic8?Best Rega...
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 "timel...
Good morning, I am attaching the complete link of the project. I comment that I present problems for the DATATABLE,bootstrap-maxlength.html and recently with vis-timelineI had to manually add in plugin.scss the following @import "~ vis-timeline / dist / vis-timeline-graph2d.min.css"; and...
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...
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
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
I can't able to use KTPlugin on angular metronics. Can anyone help me pls
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...