YueYunyun cc7ce457c0 20240614 1 năm trước cách đây
..
README.md cc7ce457c0 20240614 1 năm trước cách đây
bootstrap-table-copy-rows.js cc7ce457c0 20240614 1 năm trước cách đây
extension.json cc7ce457c0 20240614 1 năm trước cách đây

README.md

Copy Rows

Use Plugin: copy-rows

This extension adds functionality for copying selected rows to the clipboard. Currently works on all desktop browsers except safari.

Usage

<script src="extensions/copy-rows/bootstrap-table-copy-rows.js"></script>

Options

copyBtn

  • type: Boolean
  • description: Set true to show the copy button. This button copys the contents of the selected rows to the clipboard.
  • default: false

copyWHiddenBtn

  • type: Boolean
  • description: Set true to show the copy with hidden button. This button copys the contents of the selected rows to the clipboard, including hidden rows.
  • default: false

copyDelemeter

  • type: String
  • description: This string will be inserted in-between the column values when copying
  • default:

Methods

copyColumnsToClipboard

  • copys the contents of the selected rows to the clipboard.

copyColumnsToClipboardWithHidden

  • copys the contents of the selected rows to the clipboard, including hidden rows.