zhaojs
2023-10-07 6c7bba2e05c011a3d640b6565a113204228e92e0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "Copy Rows",
  "version": "1.0.0",
  "description": "Allows pushing of selected column data to the clipboard.",
  "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/copy-rows",
  "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/copy-rows.html",
 
  "plugins": [{
    "name": "copy-rows",
    "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/copy-rows"
  }],
 
  "author": {
    "name": "Homer Glascock",
    "image": "https://avatars1.githubusercontent.com/u/5546710"
  }
}