Rohit Garg

Results 7 comments of Rohit Garg

This worked for me ``` copyToClipboard(plainTxt, { format: 'text/plain', onCopy: (clipboardData) => { // copy rich text also clipboardData.setData('text/html', html); } }); ```

Currently it does not support pagination, but should be easy to add it providing some config, happy to accept pr for same.

@karthik282 codesandbox of the issue will be helpful in addressing this..

That's a good idea, wondering how will print go with virtualization.

Glad, anyone asked about it, so one of the reason for this can be cell ids are assigned in `prepareRow` which when virtualizing can skip for some rows but in...

yeah, will be happy to accept pr for this.

updated pls use latest version, [ref](https://github.com/gargroh/react-table-plugins/commit/246dc1cd6b3c892ce0db158f5eadee7375873135)