Search
23455 results 7521-7530
Forum
- 28th May 2018Export Pdf with paginationThanks Colin I need pagination on footer like this text: ['page ', { text: page.toString() }, ' of ', { text: pages.toString() }], doc['footer']=(function(page, pages) { return { columns: [ { alignment: 'left', fontSize: 10, text:item_name }, { alignment: 'right', fontSize: 10, text: ['page ', { text: page.toString() }, ' of ', { text: pages.toString() }], }, ], margin: 20 }
- 28th May 2018Customize export to PDF, CSV, Excel...buttons: [ { extend: 'pdfHtml5', exportOptions: { columns: ':visible' }, orientation: 'landscape', pageSize:
- 25th May 2018I have an issue with trying to delete row Server-sidedataType: "jsonp", dataSrc: 'Seller_Leads_Information' }, columns : [ {data: 'First_Name'}, {data: 'Last_Name'},
- 25th May 2018Array values for data-sort attributebeen experimenting with hidden columns before but hadn't thought
- 25th May 2018How to use scroller plugin with column reorder?does actually reorder the columns, rather than just display
- 25th May 2018Is it possible to include the rowId when exporting?Export', title: null, exportOptions: { columns: [47, 1, 2, 3,
- 25th May 2018Global Search at the top of my table not workingsame search for all columns. I think your intention
- 25th May 2018Wait until function is complete while Table is generatingopened twice for the columns to populate. It's fed
- 24th May 2018Sorting is not working at server side processingPUT this columin this struct: columns: [{ data: "CORID","name":"CORID" }, { data: "DESCRICAOCOR","name":"DESCRICAOCOR" } $('#dataTable').DataTable({ processing: true, serverSide: true, searchable: true, "aaSorting": [[0, "asc"]], ajax: { url: '@Url.Action("GetOrganizations")', type: 'POST', dataSrc: 'data', }, columns: [{ data: "CORID","name":"CORID" }, { data: "DESCRICAOCOR","name":"DESCRICAOCOR" } ] });
- 24th May 2018Apply CSS for Column Value using RESTor is there any option to apply the condition for all the columns using columnDefs columnDefs: [ { targets: [ 0,1,2,3,8,9], render: function ( data, type, row, meta ) { if(data==null) { table.column .visible( false ); } } } ],