mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Corrected typeo
Caused confusion because it said the option was called "editable_column" when it is actually "editable_columns".
This commit is contained in:
parent
c09945c60c
commit
7dd53c2311
@ -113,8 +113,8 @@ td.no-edit, span.no-edit {
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<tr id="editable-column">
|
||||
<td><a href="#" class="permalink">editable_column</a></td>
|
||||
<tr id="editable-columns">
|
||||
<td><a href="#" class="permalink">editable_columns</a></td>
|
||||
<td>Contains an array (or range string) of columns numbers you want to have editable content (zero-based index).
|
||||
<div class="collapsible">
|
||||
<ul>
|
||||
@ -153,7 +153,7 @@ td.no-edit, span.no-edit {
|
||||
<td>Class name on table cells to search for that are not to become editable. .</li>
|
||||
<div class="collapsible">
|
||||
<br>
|
||||
The search is only done within the columns set by the <code>editable_column</code> option.<br>
|
||||
The search is only done within the columns set by the <code>editable_columns</code> option.<br>
|
||||
<br>
|
||||
Default value: <code>'no-edit'</code>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user