ColReorder in Multi-row Head
Hello, I have the table you can see in this test case, a table with 2 rows in the header, one of them for filtering each column. The problem I have is that I am able to reorder the columns, clicking on...
View ArticleMore dark-mode issues with the forum
FYI, both the "sign in" dialog and the "insert an image" pop-up don't play nicely with dark mode.
View ArticleAdd an OK button to the searchBuilder modal
I am using seachBuilder to good effect and getting all the functionality needed However, after I complete the search, I then have to click off the modal window for it to close to view the results Is...
View ArticleTextarea field trigger change when not changed
Hello, I have a problem: textarea field which contain xml string "changed", when I even not touch it. I change another field, but xml field also included in edit request from backend. It's inline...
View ArticleMigrating from v1.13.4 to v2.2.2: Pagination on Left Hand Side not Right Hand...
I am migrating from v1.13.4 to v2.2.2, and things are working well, but the pagination is on the left not the right. What can l do to get the pagination to return to the right hand side below the table...
View ArticleThe example for Row Grouping will not sort descending
It appears to me that when a table column is hidden it no longer keeps track of its sorting, so you can set the table to sort the hidden grouped column it will sort ascending but then calling...
View ArticleAutocomplete / tags and AJAX
Just a quick question / request -- any chance that the new (and wonderful) autocomplete and tags fields will eventually have the same AJAX capabilities as a regular AJAX request? For example, the US...
View Article$.fn.dataTable.adjustColumnSizing() not a function (DataTables 1.12.1)
Hi All, I'm running DataTables 1.12.1, I need to set autoWidth for columns0 to 2 and set column3 to full width with wrapping, I have tried below: but why the it keeps returning adjustColumnSizing() not...
View ArticleDatatables / Django search behavior
Hello, I'm using DatatablesJS in serverSide processing mode with Django and the djangorestframework-datatables plugin, and I'm a bit lost. Currently, when I enter 2 search criteria in the search bar,...
View ArticlecsvHtml5.action.call() results in JavaScript error: Uncaught TypeError: n is...
I am using server-side processing and would like to dynamically set the following config prior to exporting: exportOptions: { modifier: { search: 'applied', page: 'all' } // Ensure all even paginated...
View ArticleDataTables date range filter displays rows for plus one day!
There's a table. We need to make a selection by date. But if you enter for example min Apr 4, 2025 and max Apr 4, 2025 data is not displayed at all - no data. To view Apr 4, 2025 it is necessary to...
View ArticleHow can I have 3 elements in the bottom part of the layout?
I want to put 3 elements in the bottom part of the layout i.e. pagelength, info and paging. How do I do that?
View ArticleIs there any way to speed up searchPanes when using the server-side approach?
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: My record count is over 7,000 with 30 fields, which makes the table very slow to load—it takes...
View ArticleFixed column width Chrome vs Safari
Hello all, I'm new to this forum and I hope someone can help me with an issue around fixed columns. I have created a table with the first two columns on fixed 300px. In Chrome this width is maintained...
View ArticleEdit inline not working depeding on the action
Good afternoon everyone, I don't know if anyone has ever experienced this problem. My editor is configured for inline changes and is giving an error when changing lines after changes. For example, when...
View ArticleWebAPI with POST instead of GET
Spent the last couple of days trying my first server side DataTable w/ WebAPI 2.0. I installed DataTables.AspNet.WebApi2. I worked the example at GitHub into my existing project. I got the example code...
View ArticleUsing the datatable on a Razor view page - sending the datatable data
Here is what I'm running into and wondering if others did this. I have a Razor web app using Razor Views. I have the datatable on a partial view. I do not have a form tag or submit button on my page....
View ArticleColumns().Visible() Function Terribly Slow with Large Tables
Hi again. With tables of many columns, the visible() function can become terribly slow, even when redrawCalc option is set to false. Ref: columns().visible(). This code line hides all columns with...
View ArticleHide controls like "buttons", "pageLength", ... when printing web page
Link to test case: https://live.datatables.net/janodapo/1/edit Debugger code (debug.datatables.net): NA Error messages shown: NA Description of problem: Hello, I would like to know if there is a way to...
View ArticleWant to show all rows in searchpanes but max 63 is appearing
Link to test case: Debugger code (debug.datatables.net): ehufax Error messages shown: Description of problem: In 2nd column have total 162 distinct values but only 63 shows in searchpanes have tried to...
View ArticleHow to change buttons style (Bootstrap 4) for buttons outsides of "buttons"...
Link to test case: https://live.datatables.net/mohuvuji/1/edit Debugger code (debug.datatables.net): NA Error messages shown: NA Description of problem: Hello, I wanted to know if it was possible to...
View ArticleWhen using tag attribute in collection button, the view is wrong.
When using tag field to use a different tag for the collection button, the div tag for the collection also change to button (instead of div) which causes the view to collapse on itself. Here is the...
View ArticleResizeObserver loop completed with undelivered notifications
Hi @allan , I tried the new 2.2.1 version which uses the ResizeObserver and I want to warn you about these errors I see in the console With the previous version there are no errors.
View ArticleProblem with SearchBuilder if nested in Card component (Bootstrap 4) at...
Link to test case: https://live.datatables.net/dijekeve/1/edit Debugger code (debug.datatables.net): NA Error messages shown: NA Description of problem: Hello, As you can see on the test case, if...
View ArticleRendering of dates to include options & buttons
I am trying to use SearchBuilder to do some date searches I have the following in fields and it comes through as expected { label: 'Date of Birth:', name: 'users.dob', type: 'datetime', displayFormat:...
View ArticleHow to add a filter above my table that's filled via Ajax?
Hi, I'm only days into DataTables, but already pretty hooked. I have a project, that I was working on and have now rebuilt it with DataTables – and solved most of the initial problems. But now I'm a...
View Articlesearch(.., regex=false, smart=false) returning non-matching hits
We have the following DT setup: /* * This combined file was created by the DataTables downloader builder: * https://datatables.net/download * * To rebuild or modify this file with the latest versions...
View ArticleSecurity Vulnerability - Scan report
Hey Community, Our development leveraged 1.10.16 version to build out the application, and after a security review done, by our clients, we have identified the following XSS issues(listed below). We...
View ArticleChild row not showing in responsive mode
Link to test case: https://live.datatables.net/paquyaze/1/edit Description of problem: Hello folks. I followed the instructions of this tutorial to create a DataTable with child rows and then combined...
View ArticleTable responsiviness when changing div width
Hi, I am playing with responsive behavior and I am getting the following problem. My applicaion is divided in two vertical sections. On the left I have a navigation tree and on the right I have the...
View Article