Search
23412 results 721-730
Forum
- 25th Aug 2016How to use exportOptions modifier columns to export all exept last column?That's not how columns works as a function.
- 24th Aug 2016FixedHeader on DataTables which has columns width defined doesn't workobserve some of the columns got hidden as dropdown
- 17th Aug 2016How to run a function within the $columns arrayoutside of the DataTables $columns array. My goal is
- 16th Aug 2016how to add the option to the front to enable/disable columns in a table?I want that my users which work with datatable can show/hide some columns like this: https://www.dropbox.com/s/v80b6xpiii4i2fi/Screenshot%202016-08-16%2016.47.41.png?dl=0 How I can add feature which help users to do it?
- 12th Aug 2016colOrder of Exported Columnsbutton to sort my columns before exporting: { extend: 'excel',
- 4th Aug 2016How can i export only a selected columns data?How are you selecting the columns? One simply way would be to use a columns selected and have it match the class name of the selected columns. Allan
- 2nd Aug 2016How to export XLSX with only visible columns?Hi SickPuP, in the exportOptions you can define columns: ':visible' More info can be found through the excelHTML5 page. Example: buttons: [ { text: 'Export to XLS', extend: 'excelHtml5', exportOptions: { columns: ':visible' } } ]
- 16th Jul 2016Use jQuery selector with ColVis to exclude columns of certain classnameout why: extend: 'colvis', columns: ':not(.control):not(.select-checkbox)' wasn't working, while:
- 13th Jul 2016row grouping - display other columnsHello, what is table in this line: var data = table.row(i).data(); ? edit: nevermind, I accessed the row via rows as per example https://datatables.net/examples/advanced_init/row_grouping.html besides, I need grouping by multiple columns, not just displaying another column.
- 12th Jul 2016Ajax request failing with more than 8 data columnsAjax Request failing for more than 8 data columns. throws 400 Bad request if one single column data is added more.