Black Friday Super Sale! Limited Time 50% OFF for All-Access Plans
Save 50% Now

Tag: Datatables (283)

Hi, I am using Vue version of the the theme. Does the table plugin support the ability to expand a row? and how can I implement it ? Is there an example?
I can't able to use KTPlugin on angular metronics. Can anyone help me pls
I am not able to find the code for DataTables in Metronic themes. In angular, I saw 6 demos but not able to find the template having DataTables? Please help me out in finding the code.
We are a devt team and want to build a new solution so we decided to try the loading time of the data tables of the newest version. For this we decided to do some tests as follows: We used core PHP to echo out a table containing 500,000 records with 6 attributes. #1. When we use plain tables w...
i am using metronic 8 laravel demo3, i try to create a new page contain a datatable list of users i got this javascript error msg Uncaught TypeError: $(...).DataTable is not a function, despite adding datatable.bundl.js on config/page.js
Hello, We are using jQuery repeater to add variations to an object with a dropdown select and text field. We can save variations successfully but when editing the object we need to init the created variations for the object. For example a t-shirt has two variations color(dropdown) red(text) and...
I have observed that subsequent to updating my Metronic version to the latest release, there appears to have been a change in the visual presentation of a button. Regrettably, the altered appearance of the button is not aligned with the expected aesthetic standards.
how can I fix datatables columns, specific columns (3rd from start and 2nd from end multiple columns at the same time) hi there, I want to fix datatable columns. I have around ten columns on average in a table so let's say I want to fix the 3rd column (name: "age") from the left side,...
You have an example of sub Datatable in the below link https://preview.keenthemes.com/html/metronic/docs/general/datatables/subtable However, this sub Datatable is rendered from the existing html and there is NO HEADER. I implemented a nested Datatable WITH HEADER based on your approach and got...
Hi, https://preview.keenthemes.com/html/metronic/docs/general/datatables/buttons/column-visibility The 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: Doc I 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 here Public 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 I 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.x I 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.html The issue that I see is that the table is working but Datatables search input, pagination, length select box are not styled After digging into th...