Copy text from a table

Hi,
I am using tables (from the Lists & Grids) that displays content from my databases, and i see that i cannot mark the text inside the table cells (live site) in order to copy paste it to another location.

Can you please advise?

Thanks,
Roy

Hi Roy,
You can export the information from your DB collection (of both the sandbox and live site) as explained here .

Have a good day,
Tal.

Hi Tal,
Thanks for the assistance but i was referring to something else.
Let’s say that i have a table on my live site, and i want to copy some text from one cell inside that table to another location (notepad for example), or maybe to copy the text of the entire row. i see that i don’t have the ability to mark and copy the text from my table.

Hope this picture will help to understand my question :

Thanks,
Roy

Hello Roy,

At the moment it is not possible to easily copy content directly from a table.
This is a great suggestion. Feel free to post it in our Feature Request forum .

As a workaround, and if the ability to copy text from a table is an essential part of your site design, you can use onCellSelect event to create a function that automatically displays the text somewhere, either in a normal text element, lightbox popup etc. for easy copying experience.

Can I copy a table from one page keeping all the settings to another page?

Hi Bill,

Yes, simply copy with ctrl/cmd + c and paste it on another page.

It is possible to make the text inside of the table selectable by adding the following code to the body in embedded code: Embedding Custom Code on Your Site | Help Center | Wix.com

.ag-font-style { -webkit-user-select: auto !important; -moz-user-select: auto !important; -ms-user-select: auto !important; user-select: auto !important;

Fantastic thank you!

Thank you so much! This saved me a lot of time

This made our chart function as it should, in the case of our website. THANK YOU!

Old post reappearing, closed post.