Browse Source

Merge pull request #313 from odannyboy000/patch-1

Update column-options.md
文翼 11 years ago
parent
commit
fc850753f3
1 changed files with 10 additions and 1 deletions
  1. 10 1
      docs/_includes/documentation/column-options.md

+ 10 - 1
docs/_includes/documentation/column-options.md

@@ -166,5 +166,14 @@ The column options is defined in `jQuery.fn.bootstrapTable.columnDefaults`.
         Support classes or css.
         </td>
     </tr>
+    <tr>
+        <td>searchable</td>
+        <td>data-searchable</td>
+        <td>Boolean</td>
+        <td>true</td>
+        <td>
+        True to search data for this column.
+        </td>
+    </tr>
     </tbody>
-</table>
+</table>