Search
23455 results 7511-7520
Forum
- 31st May 2018HeaderHello Colin But I need inlude a Html in my Header doc['header']=(function(page, pages) { return { columns: [ { alignment: 'left', fontSize: 10, text:title + here inlude my html },
- 30th May 2018scrollx and width of header/columns (pb with edge)the width constraints from columns are not applied the
- 30th May 2018Is it any way to display a table in footer?300], footer: { margin: 80, columns: [ 'this\nis\nthe\nfooter\nand\nit\ncan\nbe\nlarger' ] }, content: [ 'First paragraph',
- 29th May 2018Responsive + SignJust in case anyone stumbles upon this... Building on the example found HERE, if you are exporting the data, it also helps to modify the button definition to exclude the control column. buttons: [{ extend: 'excelHtml5', exportOptions: { columns: ':not(.control)' } }]
- 29th May 2018Export to CSV ignores <> characters.Thank you, Allan. Now it is working. As you suggested I changed the option. extend: 'csvHtml5', exportOptions: { columns: ':visible', stripHtml : false } Regards, Maruthi Kumar
- 29th May 2018Checkbox selection - SortColumn is now empty on server siderequest sends the configured columns - in your case, it's
- 29th May 2018Need help Row details dont work properlyfunction ( d ) { d.is_category = is_category; } }, "columns": [ { "className": 'details-control', "orderable": false,
- 29th May 2018Generate datagrid fom ajaxNOX validity ... (many other columns) 20180529 | 00: 00: 00
- 28th May 2018Maintain html in printbut if i render my table in datatables columns render in js? can do?
- 28th May 2018Search does not work when using multiple where sqlWow thanks @allan , yes it's fix my problem. The solution is simple as the method name :smile: $result=SSP::simple($_GET, $sql_details, $table, $primaryKey, $columns, null, $where); Thanks again.