In general, the problem is the following: I have an array in which the entry is, let's say:
"name" : "Key" "comments" : [],
and in it an array of comments to the post, how can be displayed in the table (list):
record, and under it comments, I understand that my record is the section, and the comment is the lines in the section, but I cannot understand how to implement it, I will be very grateful for the help!