ColumnControl searchList not updating when table data changes
I have a table that uses the ColumnControl searchList. When data is added, updated or removed from the table the search list contents aren't updating. In this example if you add a new entry with unique...
View ArticleHow to add a custom search/filter function for DataTables' searchList using...
I am trying to create a Vue DataTable component so I can make several tables without having to worry about their overall set-up (since it will be done in this main table component). One of the features...
View ArticleuploadMany without Mjoin
I am trying to implement uploadMany without using recommended link table and Mjoin class. The reason is that I have several separate uploadMany fields in main table. This would require separate link...
View ArticleColReorder React
Link to test case: https://stackblitz.com/edit/n6zmnfa5?file=src%2FApp.tsx Description of problem: Code is generated by the builder. ColReorder doesn't work properly. See the loom recording below....
View ArticleColumnControl - Clear Search button not enabling on search
Using the same example as https://datatables.net/extensions/columncontrol/examples/search/clearAll.html, the clear button doesn't get enabled when doing a column search. dt.columns().every(function ()...
View ArticleDatatables Using Codeigniter 4 - displaying image in a column
I am using Codeigniter 4.6.3 I have a datatable that is working fine - except that I have an image column that the file name for each row's data. I want to display this image instead of the file name....
View Articlelive.datatables.net not working with buttons layout?
Link to test case: https://live.datatables.net/pugegufa/1/edit Debugger code (debug.datatables.net): n/a Error messages shown: n/a Description of problem: Hi all I'm trying to prepare a test case to...
View ArticleTwo rows in and colvis
I want 2 rows in my <thead>, first one for column names, and 2nd one for dropdown menus for filtering. I use colvis. I want the column names (in the first row) to be in the "Column Visibility"...
View ArticleSearchPanes Long Data example doesn't show ellipsis
The automatic ellipsis doesn't appear to be working in the example for SearchPanes: https://datatables.net/extensions/searchpanes/examples/advanced/longData.html
View ArticleLEFT of title sorting indicators
Tons of stuff, but is there a way to make all the sorting icons to left of header or at least close to the header title? Without that have to use ng-datatable which is beautiful, but misses oter...
View ArticleUpdated tags wish list
Just carrying over from this thread: https://datatables.net/forums/discussion/80475/autocomplete-tags-and-ajax/p1 Most of those requests were addressed with the Editor 2.5 release (thanks, @allan!),...
View ArticleIs it possible to change the icons in searchpanes options?
I wanted to change the 'X', '\/' and '/\' icons from the the SearchPanes plugin and use FontAwesome icons instead. Is that possible?
View ArticleInline Editing - drop-down not closing/submitting
Hi guys, I'm still on DT 1.13, I think it is, and I have a couple of lists that use the inline editor, including one that has a drop-down. This has been working for several years, and no problems have...
View ArticleEditor datetime input is malformed
The date input for the editor with bootstrap5 styling and floating labels is malformed. It has two overlapping input boxes. You can see it at the example itself
View ArticleDatatables - Codeigniter 4.6.3 - and Links to another web page
I am working on my first datatables code - and have the table working pefectly with records and images. I have been looking on how to make the first column a link to another page. I am doing this as I...
View ArticleWas there some kind of resize changes that got added around the same time as...
I started playing with the column control around DT 2.3.2, and noticed the columns and/or table doing this weird resize process on page load and when filtering. It almost looks like it is...
View ArticleDifferent spacing in filter fields between String and Numeric types
Link to test case: https://datatables.net/extensions/columncontrol/examples/styling/bootstrap4.html Debugger code (debug.datatables.net): NA Error messages shown: NA Description of problem: Hello, Is...
View ArticleBig questions about DataTables 2 and a lot of extensions
Link to test case: https://live.datatables.net/delovaki/1/edit Debugger code (debug.datatables.net): NA Error messages shown: NA Description of problem: Hello, I created a large test case that covers...
View ArticleColumnControl search decimal formatting (fr) problem
Hi, I am using ColumnControl (1.1.0 with Bootstrap 5) 'search'. It is working fine except for columns containing decimal values, formatted in french with a comma as separator for the decimal part (ex:...
View Articleautocomplete - functions for full-control?
https://editor.datatables.net/reference/field/autocomplete I see I can only provide a string or bool to ajax and I can provide a function to ajaxData to "provide extra data parameters". But for example...
View Article[Bug Report] scrollX: true causes table to expand continuously
Test case: https://live.datatables.net/qazibeja/1 Using scrollX: true in a container that expands to fit its content (e.g. with width: min-content) will cause the table to expand continuously. To...
View ArticleScroller with multiple dataTables on the same page
Description of problem: I was dealing with a slow table, the slow part being the search feature as well as the table slowly resizing itself when searching or sorting and becoming unresponsive. I...
View ArticleDateTime with alwaysVisible and input shown
Apologies upfront -- I've created tests cases in live.datatables.net in the past, but never with Editor and I cannot get it to work. I get a console error indicating DataTable.Editor() does not exist....
View ArticleIs it possible to set a preDefined search criteria in columnControl?
Have started to implement the new columnControl as replacement for searchBuilder for some of the tables we use. So far the UI is cleaner and easier to understand. But I don't understand how do we use...
View ArticleUnable to set target 1 for columnControl
Link to test case: Was unable to create a testcase in http://live.datatables.net with columnControl activated. The columncontrol didn't seem to load at all when using the sample code from the...
View ArticleError download the package
If you download the package using this link, the Select plugin is not downloaded or bundled with it....
View ArticleWould it be possible to add a setting to display the number of items that...
just like in the attached screenshot
View Articleunsupported pseudo: 546252
I have been getting Uncaught Error: Syntax error, unrecognized expression: unsupported pseudo: 546252 when I return to a page within my application that contains a DataTable. The only way I could get...
View ArticlePlugins Select and columnControl enabled, the input to select all rows does...
When both the select and columnControl plugins are enabled, the input to select all rows does not appear in the header. However, if I disable the columnControl plugin, the input shows up. Last version...
View ArticlecolumnControl with search and colReorder
See https://jsbin.com/vezufohuxi/edit?html,output In the following configuration colReorder does not work with columnControl colReorder: {order: [0,2,1]}, columnControl: [ {target: 0, content:...
View Article