I have write javascript to select the table but I want to now automaticaly copy it after the click of the button.Please help me.My javascript is like this.
f
You can use this custom script, if you need to copy to clipboard all data from table; html:
Copy table user_id Name 123 Proba
After you click on the button, your table data should be copied.