Search
3538 results 1301-1310
Forum
- 20th Apr 2016.draw() removes jquery .change()On the website, change the weight and you will see what I mean. All the bindings are gone for that row. The weight (when changed is suppose to update the drop down) and the print button stops working
- 18th Apr 2016Can't manipulate all fields on preSubmitkeys: [ 9 ] }, buttons: [ { extend: "print", className: ""},{ extend: "create", editor:
- 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: