extension.json 579 B

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