dark mode: preview text show up as black on black
when using dark mode and the preview button is clicked the resulting text is dark on dark. see image below:
View ArticleCan we expect new map mechanics in buy poe2 currency?
Path of Exile 2 is expected to introduce new map mechanics that will enhance the endgame experience, improve variety, and add new challenges. While Grinding Gear Games (GGG) has not revealed...
View ArticlepreDraw fires twice: intentional?
In tables with serverSide/ajax, the preDraw event fires twice, before and after the xhr event, except on init where it only fires after the xhr event. The same is true for the processing event. See...
View Articlesplit button wrapper div doesn't get the class assigned
I have this split button: ctrTable.button().add( 3, { extend: "editPSCData", className: "editorOnly", name: "editPSCVatDataButton", split: [ { extend: "editPSCData", name: "editPSCPreTaxDataButton",...
View ArticleSearchPanes > serverSide > POST > Cannot create property 'searchPanes' on string
How can we use SearchPanes with serverSide and POST? SearchPanes doesn't consume returned data the same way that DataTables does? We have this error when using DataTables 2.2.2 with POST and...
View ArticleClick on an orderable: false column header refresh the datatable for nothing
I found that adding data-dt-order="disable" to the <th> fix this, but is it normal? I think it is since we upgraded to version 2.
View ArticleIssue with ColReorder, ColVisibility, and StateSave Functionality in DataTables
Link to test case: https://datatables.net/extensions/colreorder/examples/integration/colvis.html Debugger code (debug.datatables.net): Error messages shown: Description of problem: Hey everyone While...
View ArticleDoes a datatables Report Builder exist?
I am looking for integration with other tools to dynamically generate the datatables configuration?
View Articleclicking the paging buttons is adding classes to TDs
Link to test case: Debugger code (debug.datatables.net): Error messages shown: n/a Description of problem: The last column in my table has the class dt-type-date removed using createdRow. However, when...
View ArticleComplex Where not working (PHP)
My Where clause depending on one information that I get from my Session on PHP, but it's not working. Somebody faced the same issue? Anyone know any tip? <?php // >>> SESSION (PROJECT ID)...
View ArticleMoving from 1.10 to 2.2 seems like there is no "sPaginationType": "listbox"
Hi, I'm trying to update to the latest version, and notice that the paginationType has been deprecated, however I can't find that the proper replacement will be. It used to display a drop down with the...
View ArticlepostCreate isn't working
Dear all, Once again I'm here. Finally my project was approved and then I will explore a lot this tool after buying. Now my issue is that my postCreate isn't working, and I dont know why. It's working...
View ArticleTimeout needed for "Ctrl + Return" to submit and reopen form
Referencing this previous post: https://datatables.net/forums/discussion/comment/140733/ Summary: * The post discusses the form-options onReturn for an Editor * The function detects if Ctrl is also...
View ArticleExport DataTable to Macro Enabled Worksheet
Hello, I was wondering if there is any way to export data from a DataTable to a macro enabled workbook. At the time of initializing the DataTable in my code, the "extension" property is set to ".xlsm"....
View ArticleEditor dependent is causing an infinite loop, when I try to setup field...
So I got a dropdown Status, which no options in them. Because I want the following based on the column data it fills up. Ex: if Status is "Active" then I "Active", and "Inactive", If its "Inactive",...
View ArticleUX DataTables: An Open-Source Library for Symfony and DataTables
Hi everyone, I'm not sure if this is the right place to post this, but I wanted to share an open-source library I’ve developed: UX DataTables. This library makes it easier to integrate DataTables with...
View ArticleAttach Macro to DataTable Export File
Hello, I was wondering if there is any way to include a VBA macro within an excel file exported from a DataTable. Thank you, Scott
View ArticlePosition Export button to the left of Search box
Hi, I am trying to position the Export button to the left of the search box on the top right corner of the dataTable I am using layout to position many custom buttons around the table [top left, top...
View ArticleIs it possible to sort the searchPanes by their ViewTotal and not the actual...
Is it possible to sort the searchPanes by their ViewTotal and not the actual count total? I have enabled the viewTotal but when I click the CountButton it sorts it by the original total count and NOT...
View ArticleSearch can't be correctly performed with some cyrillic characters in input...
Link to test case: https://service-prim.ru/eshop/albums-copy Debugger code (debug.datatables.net): Error messages shown: Description of problem: Hello. After upgrade with new DT, the cyrillic character...
View Article