How to use multiple filter in DataTables
Hi! I'm trying to use Datatables in my project. I would like to know if it is possible to use multiple filter for one column. I'll try to do an example: Considering the Column filtering example link, i...
View ArticlePagination not loading properly
When the page loads the initial number of pages are shown as 209 which is incorrect, but when I click any of the column for sorting e.g id the paging is correctly set to 69 pages. Where can I change...
View ArticleSearchable option for columns in ColVis
I'm using ColVis on a table. This table has many columns (about 25). When i click on the ColVis button to choose which columns to display, the list of columns gets way too long and the user ends up...
View ArticleScrollY customization
I have enabled scrollY. How do I customize it and add blue color and border-radius to it?
View ArticleExternal Script Question
I am trying to clean my code up, because of all the extensions and options I have in my DataTable, my total length of code in in line HTML/CSS/JS is like 1350 lines. In my DataTablesJS.js file, where I...
View ArticleHow to use JSbarcode with dataTables
Hello I am trying to use JSbarcode on a single column in my data table. I am not sure how to initialize JSBarcode per cell? This is how I am currently populating that column { data: "barCode",...
View ArticlesearchDelay after last character
Is it possible to include an option/flag to change the behaviour of searchDelay to reset the timer after each character press so that it uses the time after the last character was entered? I found a...
View Articledraw() and initCompete
Hello, I'm using table.api().draw() to read new data through ajax for a table. But this function does not call initComplete again. How to force a table to completely redraw with an initComplete call?
View ArticleHow do I parse incoming data from very large json (114000+ data)
I made the data in mysql databases come quickly using datatables I need to parse this data, it is very heavy when I do it with mysql data at this link https://www.kupondas.xyz/oran/ The datatables json...
View ArticleSelect and Row Delete Only Usable For Certain Groups
Hello and happy friday! So I like the option select and row remove, but I only want certain people to be able to have permission to do so. I have the javascript code down, I check the SharePoint group...
View ArticleDraw is Redrawing Within Itself
Description of problem In some instances, the Draw on Search causes the Datatables wrapper and table to be re-drawn (after init) within itself. On our development server, all of the code runs as...
View ArticleAuto Refresh on Dropdown
I am using CakePHP. I added a dropdown to my template (https://datatables.net/forums/uploads/editor/rg/xfgh8ofwyfvz.png) and when I select any option some sort of event, perhaps an ajax call is...
View ArticleChild row with another table mysql - relationship with id master table
Hello, This is my first development in PHP and I need help to develop a datatable that I need to connect with a another table. Below the main page with the main and child table: Main Table Projetos:...
View ArticleHuge performance decrease after updating to datatables 1.11.3
I've updated my project from dt-1.10.24 to dt-1.11.3. Keeping everything the same, the overall filter performance has decreased 2-3x, which is a huge difference. Data based on: Ajax, 9000 rows, 48...
View ArticleMulti header grid - pk on cell?
I have the following JSON being sent to Datatables Editor { "data": [ { "description": "ROW1 HEADER", "flows": [ { "amount": "10", "pk": "pk1" }, { "amount": "11", "pk": "pk2" }, { "description": "ROW2...
View ArticleExport multiple DataTables (Loaded with ajax call) into the same Excel
I have 2 different datatables in the same page and they both work fine, as they load data from database using ajax call, I was able to export both to the same excel file, each datatable into a...
View ArticleHow to sort columns on server side
We have a situation where i have 5 columns in the data table on a server side request, based on the users permissions we hide and show various columns based on their permission levels. For instance an...
View ArticleThe recommended useage of Datatables for this particular usecase
Hi, The way I'm using Datatable is probably common, yet even after the multiple code example still not sure how to configure the DataTable call . The user will run a search on any of our webpages, that...
View ArticleI have set pagination as 2 but displaying all data
TS FILES import { Component, OnInit } from '@angular/core'; import { HttpClient } from '@angular/common/http'; import { RootInvestTypeObject } from 'src/app/app-module/app-module.module'; import {...
View ArticleServer Side Datatable
Hi, The datatable is too slow when displaying 70k records. I tried to manually run the stored procedure in SQL but it display around 2 seconds only. I am wondering why it is too slow displaying in the...
View Article