I'm trying to create a button that will copy the clipboard to the selection made on a table developed with primefaces but I can not do it I looked on the net but could not find anything to do for my case. can you help me, thank you so much for any help
Asked
Active
Viewed 1,161 times
0
-
Which is the part you couldn't do precisely? – Ed Cooper Mar 04 '16 at 16:34
-
sorry but my English is bad do not understand the question – dany8024 Mar 04 '16 at 16:36
-
1For example, can you create a button otherwise? Can you copy anything to clipboard? Which is the part you can't do? Unless you really do mean all of it - in which case I can't help unfortunately :( – Ed Cooper Mar 04 '16 at 16:38
-
I honestly did not know I would need to begin to place a button next to each line of the datatable and its action and that we copy the text of the line to the clipboard. Thanks for the help – dany8024 Mar 04 '16 at 16:41
-
1I can't figure out if you want to copy from the system clipboard to the `p:dataTable` or from the `p:dataDatable` to the system clipboard. Anyhow, this question is probably a duplicate of http://stackoverflow.com/a/30810322/1980659. – ForguesR Mar 04 '16 at 19:47