Search
23599 results 8721-8730
Forum
- 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] } });
- 22nd Dec 2016How do you make a call to MVC Web API from Javascript for Datatables?????insuranceNumber }, "type": "POST" }, "serverSide":true, "columns": [ { "data": "comp_name" }, { "data": "addr_Address1"
- 22nd Dec 2016Ajax works reading JSON datasource from file, but not from variable (Django)table = $('#edit-table').DataTable( { ajax: '/get_data', columns: [ { data: 'pkid' }, { data: 'name'