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.
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!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.