Search
23528 results 731-740
Forum
- 3rd Oct 2016How to adjust the no.of columns dynamically for datatablestable header / column names $columns = get_object_vars($users[0]); print "<th></th>"; foreach($columns
- 1st Oct 2016Using toArray(), Is there a way to select all rows and a subset of columns using named columns?rows() selects rows, columns() selects columns - they do
- 23rd Sep 2016Responsive Plugin - always hidden columnsWhen you initialize your table, you can use 'none' in the classname for the column you want to always be collasped/hidden. Take a look at the notes for 'none' at https://datatables.net/extensions/responsive/classes For example... "columns":[ {"data":"a"}, {"data":"b"}, {"data":"c", "className": "none"}],
- 14th Sep 2016How to make editable columns with separate JSON source (one editable on is not)say that the static columns could be ignored. I
- 12th Sep 2016how to refresh table after adding columnsYou need to destroy a table (destroy()) before you can add or remove columns. Allan
- 26th Aug 2016HTML5/Excel/CSV/PDF not selecting all visible columnsreturns all of the columns, but from all rows.
- 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?