Notes
-
In v2.17.0, a method to refresh the column selector was added.
- This widget will only work in tablesorter version 2.8+ and jQuery version 1.7+.
- This widget may not work properly if the table header includes rows with row or column spans.
- The responsive part of this widget
- Uses similar parameters as those used by jQuery mobile to set column priority.
- The column priorities range from 1 to 6, with 1 having the highest priority. As the browser window shrinks, lower priority (higher numbers) columns will be hidden first until all numbered priority columns are hidden.
- Any named data-priority, other than the numbers 1 - 6, (e.g. "critical" or "persistent") will be treated as a column which will not be included in the column selector.
- Note that this widget uses media queries, which will not work in IE8 and older browsers.
- The selector code uses css selectors, for optimal speed, to hide/show columns. These selectors will not work in IE8 and older browsers.
- The column button & popup is completely customizable, and in this demo it includes css that may not work properly in older versions of IE.
Options
Column selector widget default options (added inside of tablesorter widgetOptions
)
TIP! Click on the link in the function column to reveal full details (or toggle|show|hide all) or double click to update the browser location.
Option | Description |
---|---|
columnSelector_container |
Target an element within the current page where the column selector will be inserted.
null
|
columnSelector_columns |
Assigns a column status for each selector
true ) or invisible (false ) will be overridden by the users saved selections if the columnSelector_saveColumns option is true .Default value: {} ; empty object
|
columnSelector_saveColumns | Save the current manually set column status and the table's responsive ("auto") state (v2.15.7).
This option requires the storage utility contained within the tablesorter widgets file ( jquery.tablesorter.widgets.js ).Default value: true
|
columnSelector_layout |
This option defines the markup used for each column selector within the popup.
The only available parameter is the {name} string which will be replaced with the appropriate column name/title.An <input type="checkbox"> is required within this setting!Default value: '<label><input type="checkbox">{name}</label>'
|
columnSelector_name |
The data-attribute within the table header cell which contains an alternate column selector name.
"data-selector-name"
|
columnSelector_mediaquery | Set this option to add (true ) or not add (false ) the media query functionality of this widget.
Default value: true
|
columnSelector_mediaqueryName | When the media query checkbox is added (it also uses the columnSelector_layout markup), this is the name that is added.
Set as "Auto" to signify to the user that columns disappearing and/or reappearing is automatically done. Default value: "Auto: "
|
columnSelector_mediaqueryState | Set this option to false to start with the media query disabled (manual column selection mode).
Default value: true
|
columnSelector_breakpoints | This option defines the media query breakpoints with which to use when a column with the associated priority is hidden or revealed.
[ "20em", "30em", "40em", "50em", "60em", "70em" ]
|
columnSelector_priority |
This is the assigned data-attribute which contains the defined data priority for a table column
"data-priority"
|
Methods
Refresh the breakpoints and selected columns using this method (v2.17.0):
$('table').trigger('refreshColumnSelector');
Removing a column from the selector
This is probably overkill, but there are numerous ways to remove a column from the selection popup (v2.15.6):
- Setting the
data-priority
to any non-numerical name (e.g. "critical" or "persistent"). - Setting the column selector widget columns option
columnSelector_columns : { 0 : 'disable' }
. - The following methods in order of priority:
- jQuery data
data-columnSelector="disable"
. - metadata
class="{ columnSelector : disable }"
. - headers option
headers : { 0 : { columnSelector: disable } }
. - header class name
class="columnSelector-disable"
.
- jQuery data
columnSelector_columns
setting.
Demo
CSS only popup
Name | Major | Sex | English | Japanese | Calculus | Geometry |
---|---|---|---|---|---|---|
Name | Major | Sex | English | Japanese | Calculus | Geometry |
Student03 | Languages | female | 85 | 95 | 80 | 85 |
Student04 | Languages | male | 60 | 55 | 100 | 100 |
Student05 | Languages | female | 68 | 80 | 95 | 80 |
Student12 | Mathematics | female | 100 | 75 | 70 | 85 |
Student13 | Languages | female | 100 | 80 | 100 | 90 |
Student14 | Languages | female | 50 | 45 | 55 | 90 |
Student15 | Languages | male | 95 | 35 | 100 | 90 |
Student16 | Languages | female | 100 | 50 | 30 | 70 |
Student17 | Languages | female | 80 | 100 | 55 | 65 |
Student18 | Mathematics | male | 30 | 49 | 55 | 75 |
Student19 | Languages | male | 68 | 90 | 88 | 70 |
Student20 | Mathematics | male | 40 | 45 | 40 | 80 |
Student01 | Languages | male | 80 | 70 | 75 | 80 |
Student02 | Mathematics | male | 90 | 88 | 100 | 90 |
Student06 | Mathematics | male | 100 | 99 | 100 | 90 |
Student07 | Mathematics | male | 85 | 68 | 90 | 90 |
Student08 | Languages | male | 100 | 90 | 90 | 85 |
Student09 | Mathematics | male | 80 | 50 | 65 | 75 |
Student10 | Languages | male | 85 | 100 | 100 | 90 |
Student11 | Languages | male | 86 | 85 | 100 | 100 |
Bootstrap Popover
Rank | First Name | Last Name | Age | Total | Discount | Date |
---|---|---|---|---|---|---|
1 | Philip Aaron Wong | Johnson Sr Esq | 25 | $5.95 | 22% | Jun 26, 2004 7:22 AM |
11 | Aaron | Hibert | 12 | $2.99 | 5% | Aug 21, 2009 12:21 PM |
12 | Brandon Clark | Henry Jr | 51 | $42.29 | 18% | Oct 13, 2000 1:15 PM |
111 | Peter | Parker | 28 | $9.99 | 20% | Jul 6, 2006 8:14 AM |
21 | John | Hood | 33 | $19.99 | 25% | Dec 10, 2002 5:14 AM |
013 | Clark | Kent Sr. | 18 | $15.89 | 44% | Jan 12, 2003 11:14 AM |
005 | Bruce | Almighty Esq | 45 | $153.19 | 44% | Jan 18, 2021 9:12 AM |
10 | Alex | Dumass | 13 | $5.29 | 4% | Jan 8, 2012 5:11 PM |
16 | Jim | Franco | 24 | $14.19 | 14% | Jan 14, 2004 11:23 AM |
166 | Bruce Lee | Evans | 22 | $13.19 | 11% | Jan 18, 2007 9:12 AM |
100 | Brenda Dexter | McMasters | 18 | $55.20 | 15% | Feb 12, 2010 7:23 PM |
55 | Dennis | Bronson | 65 | $123.00 | 32% | Jan 20, 2001 1:12 PM |
9 | Martha | delFuego | 25 | $22.09 | 17% | Jun 11, 2011 10:55 AM |
Css
HTML
<h3>CSS only popup</h3> <!-- This selector markup is completely customizable --> <div class="columnSelectorWrapper"> <input id="colSelect1" type="checkbox" class="hidden"> <label class="columnSelectorButton" for="colSelect1">Column</label> <div id="columnSelector" class="columnSelector"> <!-- this div is where the column selector is added --> </div> </div> <table class="tablesorter custom-popup"> <thead> <tr> <th data-priority="critical">Name</th> <!-- Remove column from selection popup by including --> <!-- data-priority="Anything other than 1-6" OR data-column-selector="disable" OR class="columnSelector-disable" --> <th class="columnSelector-disable">Major</th> <!-- columnSelector-false will initially hide the column --> <th class="columnSelector-false" data-priority="6" data-selector-name="Gender">Sex</th> <th data-priority="4">English</th> <th data-priority="5">Japanese</th> <th data-priority="3">Calculus</th> <th data-priority="2">Geometry</th> </tr> </thead> <tfoot> <tr><th>Name</th><th>Major</th><th>Sex</th><th>English</th><th>Japanese</th><th>Calculus</th><th>Geometry</th></tr> </tfoot> <tbody> <!-- ... --> </tbody> </table> <h3>Bootstrap Popover</h3> <!-- Bootstrap popover button --> <button id="popover" type="button" class="btn btn-default"> Select Column </button> <table class="tablesorter bootstrap-popup"> <thead> <tr> <th data-priority="critical">Rank</th> <th data-priority="3">First Name</th> <th data-priority="critical">Last Name</th> <th data-priority="4">Age</th> <th data-priority="4">Total</th> <th data-priority="5">Discount</th> <th data-priority="6">Date</th> </tr> </thead> <tbody> <!-- ... --> </tbody> </table>