mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Docs: Replace whitespace with symbols
This commit is contained in:
parent
963809cf86
commit
015db985cd
@ -970,8 +970,8 @@ $.tablesorter.output.replaceTab = '\x09';</pre>
|
||||
<label>Separator: <input class="output-separator-input" type="text" size="2" value="," /></label>
|
||||
<button type="button" class="output-separator btn btn-default btn-xs active" title="comma">,</button>
|
||||
<button type="button" class="output-separator btn btn-default btn-xs" title="semi-colon">;</button>
|
||||
<button type="button" class="output-separator btn btn-default btn-xs" title="tab"> </button>
|
||||
<button type="button" class="output-separator btn btn-default btn-xs" title="space"> </button>
|
||||
<button type="button" class="output-separator btn btn-default btn-xs" title="tab">⇥</button>
|
||||
<button type="button" class="output-separator btn btn-default btn-xs" title="space">␣</button>
|
||||
<button type="button" class="output-separator btn btn-default btn-xs" title="output JSON">json</button>
|
||||
<button type="button" class="output-separator btn btn-default btn-xs" title="output Array (see note)">array</button>
|
||||
</li>
|
||||
@ -1099,8 +1099,8 @@ $.tablesorter.output.replaceTab = '\x09';</pre>
|
||||
<label>Separator: <input class="output-separator-input" type="text" size="2" value="," /></label>
|
||||
<button type="button" class="output-separator btn btn-default btn-xs active" title="comma">,</button>
|
||||
<button type="button" class="output-separator btn btn-default btn-xs" title="semi-colon">;</button>
|
||||
<button type="button" class="output-separator btn btn-default btn-xs" title="tab"> </button>
|
||||
<button type="button" class="output-separator btn btn-default btn-xs" title="space"> </button>
|
||||
<button type="button" class="output-separator btn btn-default btn-xs" title="tab">⇥</button>
|
||||
<button type="button" class="output-separator btn btn-default btn-xs" title="space">␣</button>
|
||||
<button type="button" class="output-separator btn btn-default btn-xs" title="output JSON">json</button>
|
||||
<button type="button" class="output-separator btn btn-default btn-xs" title="output Array (see note)">array</button>
|
||||
</li>
|
||||
|
Loading…
Reference in New Issue
Block a user