Corrected typeo

Caused confusion because it said the option was called "editable_column" when it is actually "editable_columns".
This commit is contained in:
shobute 2014-05-30 15:36:35 +01:00
parent c09945c60c
commit 7dd53c2311

View File

@ -113,8 +113,8 @@ td.no-edit, span.no-edit {
</thead> </thead>
<tbody> <tbody>
<tr id="editable-column"> <tr id="editable-columns">
<td><a href="#" class="permalink">editable_column</a></td> <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). <td>Contains an array (or range string) of columns numbers you want to have editable content (zero-based index).
<div class="collapsible"> <div class="collapsible">
<ul> <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> <td>Class name on table cells to search for that are not to become editable. .</li>
<div class="collapsible"> <div class="collapsible">
<br> <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> <br>
Default value: <code>'no-edit'</code> Default value: <code>'no-edit'</code>
</div> </div>