Browse Source

improved documentation for the idField table option (#4233)

* improved documentation for the idField table option

* Update table-options.md
Dustin U 6 years ago
parent
commit
d3d7986e06
1 changed files with 1 additions and 1 deletions
  1. 1 1
      site/docs/api/table-options.md

+ 1 - 1
site/docs/api/table-options.md

@@ -1005,7 +1005,7 @@ The table options are defined in `jQuery.fn.bootstrapTable.defaults`.
 
 - **Detail:**
 
-  Indicate which field is an identity field.
+  Indicate which field will be used as checkbox/radiobox value, its the counterpart to [selectItemName](https://bootstrap-table.com/docs/api/table-options/#selectitemname).
 
 - **Default:** `undefined`