Show/Hide button not working
Link to test case: https://live.datatables.net/jepukula/1/ Debugger code (debug.datatables.net): Error uploading data Error messages shown: Nothing in console Description of problem: Colvis...
View ArticleHow to fix datatable duplication when clicking back or forward buttons ?
I am using HTMX to issue Ajax requests along with js datatables to display some data and it works fine. The issue arises when I navigate through history using the browser forward or back buttons. I get...
View ArticleIntegrate Azure DevOps Server Repos with Azure DevOps Service Boards
Is it possible to integrate an Azure DevOps Server repository with Azure DevOps Services Boards? This way the commits and branches can be linked to the development section of the related user stories
View ArticleSearch pane content custom order using AJAX data source
Hi, I would like to order the table inside a Search Pane based on the values of another column. Previously, using DOM as data source, I added the data-order attribute to td and it worked. After I...
View ArticleTha main search box does not filter/search all columns
My data tables main search box does not filter/search the content of column 0 (File Name) and column 1 (Description) This is the code I used Index.html <!DOCTYPE html> <html> <head>...
View ArticleIndividual column searching (text inputs) not working
I'm trying to insert individual column searching, but it does not work properly. I am running it using Apps Script. These are the codes I used: code.gs function doGet() { return...
View ArticleColumn filtering: incorrect work on a mobile device
https://datatables.net/extensions/fixedheader/examples/options/columnFiltering.html On a mobile device, when you try to enter in the filter field, the keyboard flashes and data entry is not possible....
View ArticleI wanted to implement a complex header, but there was a problem.
<script setup> import Pageheader from "../../../shared/components/pageheader/pageheader.vue"; // DataTables import { onMounted } from 'vue'; import DataTable from 'datatables.net-vue3'; import...
View Articlerows.select,rows.deselect api does not work. Is there an extension or js file...
$(".selectAll").on( "click", function(e) { if ($(this).is( ":checked" )) { $('#example').rows({page:'current'}).select(); console.log('select'); } else {...
View ArticleWhen exporting data in csv/pdf format from ajax sourced datatable, incomplete...
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: ajax:{ url:'https://restcountries.com/v3.1/all', dataSrc: "" }, When exporting data, incomplete...
View ArticleNumber field to display one value and hold another value for calculation
Hi All, We need help in understanding how we can display a column to display number rounded to different decimal and store original value . In short we want this: 1. Display upto x decimal place...
View ArticleThere is something you want to do only when you press paginate button.
There is something you want to do only when you press paginate button. Is there a callback or event that only occurs when you press the pageate button? Is there any way if there isn't a way? (Both the...
View ArticleI want to solve this phenomenon.
If you try to edit the value with type set to select in the row select state, it is displayed as shown in the picture below. Is there a solution? I don't see the text in select item and combo, I only...
View ArticleTrying to get value of a field for additional server-side processing
I have using .net libraries and in my controller action that is creating or updating a record (POST, not a GET), I need to get the values of the record being edited for additional server-side...
View ArticleSearch Panes - select multiple without holding ctrl
I saw this early version of search panes which behaves just like the current version behaves when the ctrl/cmnd key is held down. Is there a way to implement this behavior in the current version?...
View ArticleIf you use the complex header and color order together, an error occurs. Is...
<template> <DataTable :columns="columns" :data="data" :options="options" ref="table" id="example" class="display nowrap" style="width: 100%" > <thead> <tr> <th...
View ArticleCertain fields in SearchBuilder not displaying all results of column data on...
Link to test case: https://jsbin.com/picoxakece/edit?html,js,console,output Debugger code (debug.datatables.net): Error messages shown: Description of problem: Certain fields like "Capital" and...
View ArticleGet current logged in user from SharePoint and filter DataTable with it
I draw DataTable in successFunction using data from ajax call: function loadListItems() { var oDataUrl = _spPageContextInfo.webAbsoluteUrl +...
View ArticleES Modules Build Error
Upgrade my editor package from datatables.net-editor-bs5 2.0.3 to datatables.net-editor-bs5 2.2.0 and get an error when trying to build. I made no changes to my Webpack that was working just fine with...
View ArticleMultiple order doesn't work
Hi , i have a table with 2 culumn order , one is type hour (european) one a number this is the link : https://realizzazionesoftware.eu/software.fogliodiviaggio.it/index.php/test/lista_test The date are...
View Article