Search
23598 results 9201-9210
Forum
- 24th Feb 2016Are there a plugin for set header floating ?dataTables.colResize.js plugin and resize columns very well, I don't
- 24th Feb 2016Callback when complete?one of the fixed columns, however at present, if
- 22nd Feb 2016I am using the DataTables Buttons for Print and CSV - how can I suppress a columnI got it to work the way I wanted, using: ''' var newThing = new $.fn.dataTable.Buttons(dataTables_searchResults, { buttons: [ { extend: 'print', exportOptions: { columns: ':visible' } }, 'csv' ] }); then, in the Print triggering function: ''' var columnObj = dataTables_searchResults.column (7); columnObj.visible (false, true);
- 22nd Feb 2016PDF/Excel Export - Specific Columns(theads) ?If you are using the legacy TableTools extension then yes. I would suggest you use Buttons though. There is an example of how to select columns here. Allan
- 22nd Feb 2016How to put image in loadingroute('produtos.datatable')}}', data: {url: pathname} }, columns: [ {data: 'nome', name: 'nome'},
- 19th Feb 2016DataTable Warning: table id='dataTables-example' -Requested unknown parameter for row 0, column 0Solved it, had the columns within my AJAX call.
- 18th Feb 2016colvis and table toolshere is my code $(document).ready( function () { $('#tosf-eras-table').dataTable( { "sDom": 'Clfrtip', "oColVis": { "buttonText": "Change Column", "bRestore": true, "sAlign": "right" }, "oTableTools": { "sSwfPath": "/js/tableTools/tableOptions.swf", "aButtons": [ {'sExtends':'xls', 'mColumns':'visible' //set which columns here }, {'sExtends':'pdf', 'mColumns':'visible' //set which columns here }, {'sExtends':'print', 'mColumns':'visible' //set which columns here }, ] } } ); });
- 18th Feb 2016Null/0/0000-00-00 DatesDifferent database table - and one which isn't configured to allow null values in those columns. Good to hear you've got it sorted out now! Allan
- 17th Feb 2016to set the data from the second column (skip first)you want for that columns: { data: 1 } etc. DataTables
- 16th Feb 2016is it possible to combine Scroller and Responsive addons?I'm afraid I'm not seeing the problem with the pen. The columns look correctly aligned to me. What browser / OS are you using? Allan