columnControl: Numeric search does not understand specified number format
We are facing an issue with the columnControl search functionality for numeric values (gt, lt, etc.). We display numeric values with ',' as decimal instead of '.' and a suffix We achive this by passing...
View ArticleUnable to find an exact date using FixedColumns component and calendar with...
Link to test case: https://live.datatables.net/nilaciqu/1/edit Debugger code (debug.datatables.net): NA Error messages shown: NA Description of problem: Hello, Hello, I'm having a small problem using...
View Articledatatables 3 RowReoder not functionning
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem:
View Articledt-button-collection is outside the table
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: When using the collection button in the far right position (dt-layout-end or custom DOM),...
View Articlestring-based index for configuration/examples
Most of the examples use an index to configure a column new DataTable('#myTable', { columnControl: [ { target: 0, content: ['order'] }, { target: 1, content: ['search'] } ], ordering: { handler: false,...
View ArticleMove the filter from the table footer to the top of the table?
Is it possible to move the column filters to the top the the table rather than it sitting at the bottom? https://datatables.net/examples/api/multi_filter.html
View ArticleEmpty footer - Is there a way to tell data tables not to include.
Hi - We use data tables extensively on our website but we've never included anything in the footer. While this has worked fine for us we are now required to make our tables ada compliant and we've been...
View ArticleStrange Zip file in Package files for DataTables v2.3.8
Link to test case: NA Debugger code (debug.datatables.net): NA Error messages shown: NA Description of problem: Hello, I don't know if this is normal, but there's a strange file named...
View ArticleFunctionality ideas
Hi', I'm trying ColumnControl instead of manually manage column filters and I'd like to post some idea! An option to globally disabled the logic section (workaround via css) When the "inputmode" is set...
View Articlemigration from 1.x to 2.x with jquery ui
Description of problem: I can create the associated test cases if needed, but hopefully not. I'm noticing some header differences between 1.x and 2.x. I can ignore these but they're a bit annoying. In...
View ArticleSuming value of child table in parent table
Hello, I refer to the parent child editor. Is there a way to, instead of counting the number of users { data: 'users', render: (data) => data.length } We make the sum of a users' field, for example...
View ArticleRange Filter based on data-* attributes
I would like to add a range filter at the bottom of a column, except that instead of filtering on the column exact content, I would like to filter on data- attributes. The reason is that the cell value...
View Articlev3: deprecate ajax: name
since jQuery is gone, the 1-to-1 mapping of ajax: is not longer necessary. What do you think about modernizing the property name? e.g. fetch? or remote: admittedly, very little value. Just an idea.
View ArticlepageLength dropdown and search box do not display
I have two tables which are basically structured alike. One displays the pageLength dropdown and search box but one does not. This config code works... const BRANDS_CONFIG = { fadeInDuration:...
View Articledatatables 3 serverside using ApiPlatform
I have a Symfony bundle that integrates datatables.net with ApiPlatform, and have recently updated it to use the datatables 3 beta. I dropped my old searchPanes and mostly replaced it with...
View ArticleProblems with Disabling Column Control for Specific Columns
Link to test case: https://live.datatables.net/hifoyuza/1/ Debugger code (debug.datatables.net): Error messages shown: Description of problem: var table = new DataTable('#example', { columnControl: [ {...
View Articleclick event on column control footer inputs
https://live.datatables.net/zezuyela/7/edit the end goal is to deselect and de-focus any DataTable row or cell when i click in the search input in the footer. I think i have the code to do that but the...
View ArticleFeature Request: Range filter: 2-handle slider instead of two number inputs?
We're using ColumnControl with the numberRange content type for numeric columns (height, horsepower, torque, etc.) and it works well. The two-input min/max pattern is functional, but a dual-handle...
View ArticleHow to best programmatically read active filters in columncontrol?
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: What's the best method to programmatically read what an end user has put in for search values in...
View ArticlePossible memory leak on AutoFill and DateTime
I have a SPA application that relies heavily on creating and destroying DataTables and Editors. It's been a while since I noticed that, over time, memory footprint increases, along with detached nodes....
View ArticleProblem when using dataTables defaults together with button.add API
I don't know when this stopped working, but we had it running for a year in one page. the settings in datatables.default $.extend($.fn.dataTable.defaults, { .... searchBuilder: { grayscale: false },...
View ArticlePaging Nav Styling
Is it possible to set the background color of the paging navigation? My table is picking up my sites main nav style with a black background, which I need to be white for the bottom of the table....
View Article2.3.8 clicks on .dt-column-order indicator register on wrong column for...
Stack: DataTables 2.3.8 + FixedHeader 4.0.6 + Responsive 3.0.8, Bootstrap 3 styling pack (datatables.net-bs 2.3.8 + -fixedheader-bs 4.0.6 + -responsive-bs 3.0.8), jQuery 3.6.0. Migrated from DT...
View ArticleModify csv filename?
Is it possible to modify the filename that is used when * is replaced by title tag? The docs say The special character * is automatically replaced with the value read from the host document's title tag...
View ArticleHTML escaping of orthogonal data in custom render function
Hi, I have a datatable that receives untrusted data via ajax and displays it. It uses a custom render function, which receives requests from the SearchPanes extension and normal requests. My question...
View ArticleDisplaying active SearchPane filters with saved state
Link to test case: https://live.datatables.net/bijepoqa/2/edit Description of problem: I'm using the filterChanged function to update a div to show the currently selected filters from searchPanes. This...
View ArticleDataTables header with layout API
So recently I have been updating some tables to 2.x, and as such migrating to the new layout API from the older sDom/Dom option. My question is about grouping items using the layout. My desired...
View ArticleExport to Excel: specific data is missing
Link to test case: https://live.datatables.net/ramapozi/1/edit Description of problem: I came across this very specific problem with data, see example. It's part of a live table I have with items,...
View ArticleDiagonal gray lines
I have a table loaded via Ajax with 180 columns and 5300 rows. The text in the cells is 0-20 characters long. It has a scroller, fixed columns, search builder, bootstrap, no paging enabled, buttons,...
View Article