Search
23681 results 781-790
Forum
- 10th May 2016I wish to return one of my datatables editor data columns as a page headingthis: var table = $('#table').DataTable({ //... columns: [ { data: 'username', name: 'username',
- 5th May 2016Hiding first column and getting only visible columns for exportChanged the order and it works thanks a lot Gordon! :) columns: ':visible.print-col'
- 28th Apr 2016Static width to columns with responsivei want that some columns, they have just a
- 27th Apr 2016Valid JSON displaying as NULL in columnsname": "SearchString", "value": search }); }, columns: [ { data: "LastName" }, { data: "FirstName"
- 26th Apr 2016Columns width is asymmetrical in multiple tableswidth attribute for your columns as a percentage value.
- 14th Apr 2016Save state excluding show/hide columnsthe state of the columns has been saved. It
- 8th Apr 2016How to show columns after DTs ajax requestmy solution for showing columns based on ajax data
- 5th Apr 2016Applying columns().search() for two columns doesn't workThere is columns.searchable, but that only effects the columns ability to be searched. It doesn't effect how the search spans the columns, which is the issue here. Allan
- 1st Apr 2016Print button prints hidden columns?I found my problem. I forgot to put in the exportOptions. Print should of been: { extend: 'print', exportOptions:{ columns: ':visible', autoPrint: true, orientation: 'landscape' } Now I have to get the print to change to Landscape. It still prints Portrait.
- 29th Mar 2016Set a column's min-width instead of width?Will you come out with this functionality in the future? I'd love to min-width all my columns, but let them grow bigger equally when there's more space.