button keys on the datatables demo page not working.
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem:
View Articledt3 export issues
Hi Allan. Started integrating dt3, thank you. Amazingly smooth so far. A minor issue is that there seems to be no screen message indicating how many rows are copied with Copy button, which I've grown...
View ArticleDropdown Button for Filter Stopped Working
jQuery version: 3.7.1 Datatables: 2.3.7 Buttons: 3.2.6 Did the collectionLayout: function() {} stop working in the most recent release of DataTables? I was calculating the visible columns based on the...
View ArticleChange Request for Buttons.customize to cancel export on FALSE.
Request To be brief, I find it useful to be able to cancel a table export by returning FALSE from the 'customize' callback that can be defined for each button. This is desired for all of the export...
View ArticleBootstrap 5 collection editor edit disabled
Link to test case: https://live.datatables.net/gepalawi/1/ Error messages shown: none Description of problem: hi minor issue, i hope the test case is setup properly, this is linked to editor when using...
View ArticleTabbing through list of columns in column visibility not working when using...
Link to test case: https://datatables.net/extensions/buttons/examples/styling/foundation.html Description of problem: Column Visibility using foundation does not allow you to tab through the column...
View ArticleCan PDFmake be updated to the latest version v0.2.x without any problems?
Link to test case: NA Debugger code (debug.datatables.net): NA Error messages shown: NA Description of problem: Hello, I'd like to know if we can update pdfmake to the latest version 0.2.x without any...
View ArticlePDF Export with Custom Order - Column Headings not changing
Link to test case: https://live.datatables.net/cahacagi/1/edit Debugger code (debug.datatables.net): Cant seem to get that to work Error messages shown: None Description of problem: Hi In the example,...
View ArticleExcell export format HTML works only on first page
In my cells I have Buttons and Inputs. I need values for Excel. The code below works but only for 1st page. How to make it working for all pages? format: { body: function (data, row, column, node) { //...
View ArticlePrint view - missing styles
Link to test case: <!DOCTYPE html> <html> <head> <script src="https://code.jquery.com/jquery-3.7.1.min.js"></script> <link...
View ArticleButtons colvis `columns` option not working with multi-row header
Link to test case: Description of problem: I am upgrading from DataTables 1.13.6 --> 2.1.8, Buttons 2.4.2 --> 3.1.2. I have tables with multi-row headers, some of which I wish to exclude from the...
View ArticlePDF Export color change and formatting differences that truncate data
Hopefully the images upload, but my testers reported an issue to me today that PDF export was now truncating data. I've attached what the print preview looked like before and after now. Before has the...
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 ArticleChild Rows do not export to Excel in applied sort order
Hello! I've adopted Kevin's Child Row Export code from the thread referenced below, but found that child table rows are not exported in the applied sort order. In this test case, the default order is...
View ArticleServer Side export
Hey @allan I extend excelHtml5 to make a download from server. I generate a file on aws and return the signed url to the client inside action: function(e, dt, button, config) I have two question here:...
View ArticleDatatable 2.0.7 button in layout giving error
new DataTable('#SpfxDatatable', { pageLength: 10, language: { "search": "Filter: " }, retrieve: true, responsive: true, scrollCollapse: true, scrollY: '50vh', buttons: [{ text: 'Show all groups',...
View ArticleDoes the latest version of buttons support printing the grouping header rows
I am currently using the following versions: DataTables 1.10.24, Buttons 1.7.0, Print view 1.7.0, Editor 2.0.2, Row Group 1.1.2 When printing the grouping headers are not shown. I have tried upgrading...
View ArticleDuplicate entire record
I can use the duplicate button to copy the selected fields of a row but is that possible to copy entire record even I have only selected some fields for Editing?
View ArticleEditor Edit all selected rows and submit
hey, I built a custom button to get all the selected rows and change the value of a column based on another. it works great but I can't get it to submit multiple lines I have multiple selected. is...
View ArticleNeed help converting to new layout from dom.
Old (borrowed from https://github.com/DataTables/DataTables/blob/master/media/js/dataTables.bootstrap4.js#L48): const BS4DOM = "<'row'<'col-sm-6 col-md-12'<'#buttonContainer'>>>" +...
View Article