Checkbox list
Hello everyone.
I have columns named "name" and "attachments" in the same table.
I show the "name" field in "options()" but I don't know how to show the "attachments" field in the "descriptions" field. The "attachments" field in the table is in json format
5 Replies
I think you want a repeater like #awcodes-table-repeater you can then have the checkbox on each with the columns required for that item?
Thank you very much for your answer. Actually, what I want to do is this. In the 1st image, I want to show the name and attachments sections in the "CheckboxList". In the example below, I get the title of the content, but I couldn't find how to get the attachments. I know I should use a loop, but I'm very confused.
ok so
Like the above?
you could probably ->each() on the collection for a more modern approach.
Thank you very much. :pepelove: :pepelove: :pepelove: