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

Tag: Datatables (243)

Hi,https://preview.keenthemes.com/html/metronic/docs/general/datatables/buttons/column-visibilityThe feature on this page is not working :(Can you help me please.Thans so much.
Do you have sample here for file gallery for PDF, JPEG, JPG, PNG, GIF, TIFF, Word, Excel, Powerpoint File,
i checked each and every example provided in metronic 7 for kt-datatables but i couldn't find inline editing for the datatable
Following this documentaiton:DocI get an error when I try to execute the code "Cannot reinitialize DataTable". I checked the docs of DataTable saying I should either destroy() the dat...
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' =>...
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...
HI.It is possible to add to the kt-datatables component (Vuejs) the option to customize the styles of the background color and borders of the cells. I need this option since I need to change the background color depending on a specific value in the cell.
Hi,I need to POST with KTDatatable, but my backend is expecting a CSRF_TOKEN. How do I include this?```ReferenceError: Can't find variable: CSRF_TOKEN```
I tried multiple plugins.to this example When I gave scroll:true value, I got the result I wanted.
I 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.I have referred the documentation located at https://keenthemes.com/metronic/tailwind/docs/components/data...
hi,i have buy your script and i wanne use the laravel but i get a error : SQLSTATE[42000] : Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes (Connection: mysql, SQL: alter table `permissions` add unique `permissions_name_guard_name_unique`(`na...
I followed the steps to integrate with Laravel: https://preview.keenthemes.com/seven-html-pro/documentation/getting-started/integration/laravel.htmlThe issue that I see is that the table is working but Datatables search input, pagination, length select box are not styledAfter digging into th...
Hi! I've successfully installed Metronic 8 using the Laravel install running fine via artisan. But perhaps I missed something. I wished it had the same pages / database tables as the demo has (demo 1). Is that possible? The menu has currently only the sections "Account" and "System". I was par...
when the item Per Page 10 the dropdown actions open when I click onbut when I select item Per Page 25 the dropdown actions not open after the item 10 from 11 to etc its not open .MetronicVue demo 8 version 8.1.6node v18.14.1npm 9.6.0
Hi.I'm using Metronic html version.Is there a way to have it in italian language?Or I need to translate it?Please let me know. Thanks
I am testing the metronic vue.js theme and using axios to fetch data from a simple API. I can fetch data in my method and output this in the console, but I cannot update the datatable itself. here is my code:export default defineComponent({ name: "kt-entity-list", components: {...
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 the latest version of Metronic 8.2.5 with DataTables Bootstrap 5 styling. However Metronic does not seem to respect the new layout option provided by Datatables.For example when I initialize my table with below code but Metr...
Hi,Is there a way for the KT datatable to convert automatically to card view on mobile viewport?I see veutify has it working pretty much the way I would need it to work.https://vuetifyjs.com/en/components/data-tables/#usageNot sure if adding veutify to the metronic 8 project will bre...
We found that kt-datatable component is not sorting the first time, although the header shows that column is sorted (but this isn't). The datatable configuration is the following..