Search
23528 results 771-780
Forum
- 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.
- 24th Mar 2016Individual columns searching with Colvisyadcf does not show / hide columns, but yadcf filters know how to appear / disappear with the columns as a result of ColVis actions...
- 23rd Mar 2016how to fix the 2 columns in the left side of a tableIt works : $(document).ready( function () { $('#request_table').DataTable({ data : ... , columns : [ ... ], sScrollX: "100%", sScrollXInner: "150%", scrollCollapse: true, paging: true, fixedColumns: { leftColumns: 2 } });