mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
column selector widget: provide data-selector-name example
This commit is contained in:
parent
1686e31cd2
commit
07334d1e30
@ -231,7 +231,7 @@
|
||||
<!-- Remove column from selection popup by including -->
|
||||
<!-- data-priority="Anything other than 1-6" OR data-column-selector="false" OR class="columnSelector-false" -->
|
||||
<th class="columnSelector-false">Major</th>
|
||||
<th data-priority="6">Sex</th>
|
||||
<th 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>
|
||||
@ -292,7 +292,7 @@
|
||||
<!-- Remove column from selection popup by including -->
|
||||
<!-- data-priority="Anything other than 1-6" OR data-column-selector="false" OR class="columnSelector-false" -->
|
||||
<th class="columnSelector-false">Major</th>
|
||||
<th data-priority="6">Sex</th>
|
||||
<th 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>
|
||||
|
Loading…
Reference in New Issue
Block a user