Search
3547 results 1311-1320
Forum
- 12th Apr 2016Export to Excel: why is it empty?Ok. here's a unstyled sample of what I'm trying to do. The export to Excel doesn't even work at this point, but the csv and the print do. What am I doing wrong? https://codepen.io/les_stockton/pen/vGdbVM
- 5th Apr 2016When I click the "Excel" button, the resulting file is just the last row of my grid repeating.It appears to also do this on print. I have made a Fiddle demonstrating the issue: https://jsfiddle.net/vod2x3vk/2/
- 4th Apr 2016how to secure json browser rendering data ?function json ( $print=true ) { if ( $print ) { $datarenderbad=array('{"data','"files":[]}'); $datarendergood=array('"data','"files":[]'); echo str_replace($datarenderbad,$datarendergood,json_encode(
- 28th Mar 2016Can't load data from phpphp script header('Content-Type: application/json'); print json_encode($json_data); without the header
- 22nd Mar 2016stateLoadCallback doesn't apply a saved stated from remotecurrent' }, 'mColumns': 'visible' }, { 'sExtends': 'print', 'oSelectorOpts': { filter: 'applied', order:
- 21st Mar 2016Echo variable from JS to HTML / PHPfrom $result_raw for echo print in file PHP? file
- 18th Mar 2016Export only visible rows with csv/pdf/print buttons?modifier: { search: 'applied' }}}, { extend: 'print', text: 'Print visible', exportOptions:
- 17th Mar 2016Exclude column from export by using html5 buttonsexportOptions: { columns: ':not(:last-child)', }, }, { extend: 'print', exportOptions: { columns: ':visible' }, customize:
- 11th Mar 2016download in CSV and Excel format issuename: 'primary', buttons: [ { extend: 'print', title: 'Data export' }, { extend:
- 10th Mar 2016How to use exportOptions modifier columns to export all exept last column?can you tell what to do if you want to print specific array of columns which changes on the run. exportOptions: { columns:arrayList }