ソースを参照

Merge pull request #6050 from wenzhixin/docu/6043

Added some documentation for the unique id
文翼 3 年 前
コミット
e4efe2977c
1 ファイル変更2 行追加1 行削除
  1. 2 1
      site/docs/api/table-options.md

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

@@ -1802,7 +1802,8 @@ The table options are defined in `jQuery.fn.bootstrapTable.defaults`.
 
 - **Detail:**
 
-  Indicate a unique identifier for each row.
+  Indicate a unique identifier for each row.   
+  The Unique id should always be safe for html e.g. alphanumeric, it should not contain chars which can break html e.g. `"`. 
 
 - **Default:** `undefined`