Search
852 results 161-170
Forum
- 29th Oct 2024While in print view, the old datatable is seen, not the updated one?of columns buttons: [ // { // extend: 'copyHtml5', // exportOptions: { // columns: ':visible', // modifier: { // page: 'all' // }, // format: { // body: (data, row, column, node) => { // // Dynamically
- 17th Oct 2024how to properly destroy and reinitialize a datatable?of columns buttons: [ { extend: 'copyHtml5', exportOptions: { columns: ':visible', modifier: { page: 'all' }, format: { body: (data, row, column, node) => { // Dynamically
- 5th Jun 2024Adding a Print button gives an errorRemove the second header row by popping it off the array data.headerStructure.pop(); console.log(data); } }, }, { extend: 'copyHtml5', exportOptions: exportOptions }, { extend: 'excelHtml5',
- 7th Nov 2017How to use the actual value of a cell and not the "render" value on export?in your render function put ternary operator for recognizing export type and data type and add orthogonal in your buttons config. render: function (data, type, row) { return type === 'export' ? data.replace( /[$,]/g, '' ) : data; } and buttons: [ { extend: 'copyHtml5', exportOptions: { orthogonal: 'export' } } ] https://datatables.net/extensions/buttons/examples/html5/outputFormat-orthogonal.html
- 17th Sep 2024I have added a new row at the top of my headings that has row and column spans - data not displayinghave added a new row to my table with
- 11th Aug 2024soft delete on child table shows old row after editstring and get all row ID numbers List<string> AllRowKeys
- 25th Jun 2024Help figuring out how to flash a row updated via ajaxin createdRow: createdRow: function (row, data, index) { $(row).addClass('highlight').fadeOut(500).fadeIn(500, function()
- 27th May 2024Datatable inside of Child Row Datatabletype="checkbox" id="selectAll"></th> <th>Del / Edit / Copy <br>Registration#</th> <th>Status</th> <th>Name</th> <th>Badge
- 5th May 2022Using createdRow to add a class to a row is updating all rowsFinally found that data, type, dataIndex, row was causing the issue. No idea why really as I just copy, paste and cross my fingers it works. Resolved now.
- 29th Oct 2021Copy selected rows and certain columns from one table to another.Datatables will populate that row with all the source