Hey all,
I would like to create a table where all the rows got checkboxes and every time I'm adding a new line the checkboxes are automatically added.
Something like:
| Employee | col A | Col B | Col C |
| Jhon | [ ] | [ ] | [x] |
| Bob | [ ] | [x] | [x] |
- adding new line will result in
| | [ ] | [ ] | [ ] |
Is there a way getting it without buying add-ons?