Hop 9 年 前
コミット
4646b49f12
1 ファイル変更3 行追加1 行削除
  1. 3 1
      src/extensions/copy-rows/README.md

+ 3 - 1
src/extensions/copy-rows/README.md

@@ -2,6 +2,8 @@
 
 
 Use Plugin: [copy-rows](https://github.com/wenzhixin/bootstrap-table/tree/develop/src/extensions/copy-rows)
 Use Plugin: [copy-rows](https://github.com/wenzhixin/bootstrap-table/tree/develop/src/extensions/copy-rows)
 
 
+This extension adds functionality for copying selected rows to the clipboard. Currently works on all desktop browsers except safari.
+
 ## Usage
 ## Usage
 
 
 ```html
 ```html
@@ -25,7 +27,7 @@ Use Plugin: [copy-rows](https://github.com/wenzhixin/bootstrap-table/tree/develo
 ### copyDelemeter
 ### copyDelemeter
 
 
 * type: String
 * type: String
-* description: This string will be inserted inbetween the column values when copying
+* description: This string will be inserted in-between the column values when copying
 * default: ` `
 * default: ` `
 
 
 ## Methods
 ## Methods