Add tickbox to all cells of a table

Hossein Jalali May 6, 2018

We have a table that has around 40 rows and 8 columns, all of these require a tickbox.

Is there away to fill it with the tickboxes without having to click on the icon per cell for each?

Copy + Paste does not work.

1 answer

0 votes
Courtney Langdon May 6, 2018

Do you have the ability to edit source? If you do, you can do a find and replace for your empty table cells, i.e. find

"<br/>"

and replace with

"<ac:task-list><ac:task><ac:task-id>1</ac:task-id><ac:task-status>incomplete</ac:task-status><ac:task-body><span> </span></ac:task-body></ac:task></ac:task-list>"

This may give you random checkboxes in other parts of your page if you used <br/>, but they're easy enough to remove. Just make sure you replace with that exact text above, because the find and replace doesn't appear to work with carriage returns (but neither does Notepad or Word, either).

Good luck!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events