Search
23412 results 761-770
Forum
- 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 } });
- 18th Mar 2016How to access all columns inside initComplete function ?Thanks jr42.gordon for the reply. Goal was to apply column search for each column after the table is initialized. found a way out of it by using this.api().columns() var table = $('#example').DataTable({ "initComplete": function(settings, json) { var columns = this.api().columns(); }
- 17th Mar 2016Dynamic Columns From Ajax Data Source?option to get the columns using the ajax option
- 16th Mar 2016Columns names cannot call in array form??If I'm reading the code above correctly you are just setting columns to an array of strings. Is that correct? Is so, that's not a validate DataTables initialisation. See columns and columns.title for how to set a column title. Allan
- 16th Mar 2016Show Columns Based on SQL Valuedefine the visibility of columns. DataTables itself puts no
- 14th Mar 2016search only in visible columnsAre you using the search() method? There is currently no option to limit what columns it will search on I'm afraid. Allan
- 10th Mar 2016Disable editing on 2 columns@allan i am working in localhost. using wampserverI 'm adding columns dynamically and I need to disable the edition in two columns