Search
23447 results 8571-8580
Forum
- 30th Dec 2016Can we remove the some useless parameter while using serverside option?the objects in the columns array, you'd need to
- 29th Dec 2016XSS Prevention From Unsanitized Server InputYou can only have columns once per initialisation, although
- 28th Dec 2016Trouble with Editor fieds selectdirect relationship between the columns in Datatables object and
- 27th Dec 2016Using the “buttons” feature to export data (print or excel) is repeating last row in the tablerows (it seems dynamic columns and printing doesn't play
- 26th Dec 2016Big data, slowmb_internal_encoding('UTF-8'); /** * Array of database columns which should be read
- 24th Dec 2016Push variable with HTML-Table to Datatablesget sum of all columns. "footerCallback": function(row, data, start,
- 23rd Dec 2016DataTable refuses to populatetrue, "select": { "style": 'single' }, columns: [ { data: "comp_name" }, { data: "addr_Address1"
- 23rd Dec 2016Customize excel exportThe hight aspect is beyond my knowledge of the XLSX format that I'm afraid. This is how Buttons sets the width of columns in the file. You'd need to override that col elements that Buttons has created. Allan
- 22nd Dec 2016PDF Page numbersdoc['footer']=(function(page, pages) { return { columns: [ 'Left part of footer', { alignment: 'right', text: [ { text: page.toString(), italics: true }, ' of ', { text: pages.toString(), italics: true } ] } ], margin: [10, 0] } });
- 22nd Dec 2016I will like to add page numbers when i export a pdf ... I just cant get it rightPut this in customize will work for page numbers: doc['footer']=(function(page, pages) { return { columns: [ 'Left part of footer', { alignment: 'right', text: [ { text: page.toString(), italics: true }, ' of ', { text: pages.toString(), italics: true } ] } ], margin: [10, 0] } });