html5 复制,copyHtml5

copyHtml5

Since: Buttons 1.0.0

Copy table data to clipboard button (HTML).

Please note - this property requires the Buttons extension for DataTables.

DescriptionRequires

In order to operate, this button requires the following:

Buttons' HTML5 export button plug-in.

To ensure that all files required for Copy HTML5 export are included, the DataTables download builder is recommend - select the HTML5 export option.

This button provides a simple copy-to-clipboard action to the end user, copied the table's data to the system clipboard.

As of Buttons 1.1.0, in browsers that support the required functionality the table's content will be immediately copied to the system clipboard when the button is clicked up. Browsers that provide this ability are:

Chrome 42+

Firefox 41+

IE9+

Opera 29+

In older browsers (and Safari), or with older versions of Buttons, a message is shown to the end user inviting them to use their keyboard or the Edit menu to copy the table's data. The copy is done from an almost completely hidden textarea element so the end user won't see it, but the browser is still above to give the textarea focus and select the text.

When the user activates the copy command the dialogue box is dismissed. They can also click on the box or press escape to dismiss it without performing the copy action.

There are a number of language strings that can be set to configure the messages shown to the end user - these are set in the buttons property of the language configuration option of the DataTable (see below for examples) - these are, including the default values:

{

copy: 'Copy',

copySuccess: {

1: "Copied one row to clipboard",

_: "Copied %d rows to clipboard"

},

copyTitle: 'Copy to clipboard',

copyKeys: 'Press ctrl or \u2318 + C to copy the table data
to your system clipboard.
To cancel, click this message or press escape.'

}

Please note that the html5 part of this button type's name is for consistency with the other HTML5 export buttons, but unlike its companion buttons it doesn't actually require HTML5 APIs. It will work for all DataTables supported browsers.

Options

This button can have the following options set in its configuration object to customise its actions and display:NameTypeDefaultaction

Display a dialogue box that the user can use to copy table data to clipboard

classNamebuttons-copy buttons-html5

The button's class name. See buttons.buttons.className for details.

customize

Since: 1.1.1undefined

Function that can be used to modify the contents of the exported data. The function takes two parameters, the data as configured by the button and the button's configuration object. The value that the function returns is the value that will be used for the export.

This can be particularly useful if you wish to add a company header or footer, description data or any other information to the exported data.

As of Buttons 1.5.2 this function is passed three parameters:

The data to be copied as a string

The button configuration object

A DataTables API instance for the table the button belongs to.

exportOptions{}

Select the data to be gathered from the DataTable for export. This includes options for which columns, rows, ordering and search. Please see the buttons.exportData() method for full details - the object given by this parameter is passed directly into that action to gather the required data.

fieldBoundary

The character(s) used to enclose each field in the plain text representation of the table that is copied to the system's clipboard. This is automatically added at the start and end of each cell's data.

fieldSeparator\t

The character(s) used to separate fields in the plain text representation of the table that is copied to the system's clipboard.

footerfalse

Indicate if the table footer should be included in the exported data or not.

headertrue

Indicate if the table header should be included in the exported data or not.

messageBottom

Since: 1.4.0*

Message to be shown at the bottom of the table, or the caption tag if displayed at the bottom of the table.

messageTop

Since: 1.4.0*

Message to be shown at the top of the table, or the caption tag if displayed at the top of the table.

newline\n

The character(s) used to separate the lines of data. Please note that on Windows clients the default is \r\n. All other platforms have a default or \n only.

textCopy

The button's display text. The text can be configured using this option (see buttons.buttons.text) or the buttons.copy option of the DataTables language object.

title

Since: 1.4.0*

Title of the table that will be included in the exported data. Please see buttons.exportInfo() for all options relating to this parameter.

Examples

DataTables initialisation: Use the Flash copy button:$('#myTable').DataTable( {

buttons: [

'copyHtml5'

]

} );

DataTables initialisation: Use the copy button type to automatically select between the Flash and HTML button options.:$('#myTable').DataTable( {

buttons: [

'copy'

]

} );

DataTables initialisation: Use the exportOptions to copy only the current DataTable page:$('#myTable').DataTable( {

buttons: [

{

extend: 'copyHtml5',

text: 'Copy current page',

exportOptions: {

modifier: {

page: 'current'

}

}

}

]

} );

DataTables initialisation: Use the language object to set the information displayed when activated:$('#myTable').DataTable( {

language:

buttons: {

copyTitle: 'Data copied',

copyKeys: 'Use your keyboard or menu to select the copy command'

}

},

buttons: [

'copyHtml5'

]

} );

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值