Search
3538 results 1021-1030
Forum
- 28th May 2019Use variable in messageTopthe table in the print button or move to
- 23rd May 2019Sorting on percentagebuttons: [ 'copy', 'csv', 'excel', 'print' ] } ); } ); Which broke the datatable
- 17th May 2019Input Feld vergrößernand in this window i a want a print button but i dont know how SCRIPT: { extend: 'selected',className: 'btn-light', text: 'Vorstellungsformular', editor: editor2, action: function () { var indexes = table.rows( {selected: true} ).indexes(); editor2.edit( indexes, { title: 'Vorstellungsformular', buttons: indexes.length === 1 ? backNext : 'Save' } ); }, }
- 14th May 2019There is any way to align sort icons in IE?This print is from https://datatables.net/examples/styling/bootstrap4.html I just make the window small and change the text inside from dev tools(inspect element)
- 9th May 2019where statement with a page variableis good if I print an echo. From the
- 9th May 2019don't work InLine Editor with Individual column searching (select inputs)text: 'Export', buttons: [ 'excel', 'print' ] }, { extend: 'pageLength', editor: editor
- 9th May 2019On Click Event - Not Always workingexportOptions: {columns: [ 0,1,2,3,4,5,6,7,8,9,10]}}, {extend: 'print', text: 'Print',title: 'Preventive Actions',exportOptions:
- 3rd May 2019How to deselect All columns?copyHtml5', 'csvHtml5', 'excelHtml5', 'pdfHtml5', 'print', { extend: 'colvisGroup', text: 'Hide
- 26th Apr 2019Hide select individual column for printingOk, I added the print button to my example: http://live.datatables.net/dikuduka/9/edit Kevin
- 26th Apr 2019dataTable how I can hide the title and date when pring?@colin , Thanks for your answer. I have solved this issue at my end using below code: buttons: [{ extend: 'print', footer: true, title:'<div style="text-align:center;"><h1>Keer Industries</h2></div><div style="text-align:center;font-size:15px;"><br />Krisi Mandi ke piche<br /><br />Bilara<br /><br /></div>' }],