layout: docs title: Table Copy Rows description: Table Copy Rows extension of Bootstrap Table. group: extensions
This extension adds functionality for copying selected rows to the clipboard. Currently works on all desktop browsers except safari.
{% highlight html %} {% endhighlight %}
type: Boolean
Detail:
Set true to show the copy button. This button copys the contents of the selected rows to the clipboard.
falsetype: Boolean
Detail:
Set true to show the copy with hidden button. This button copys the contents of the selected rows to the clipboard, including hidden rows.
falsetype: String
Detail:
This string will be inserted in-between the column values when copying
''