Creating an expandable text box with a "show more..." in a Repeater

This is not working for me.
This looks like nothing is calling the repeater. Does something like below need to be there?

$w(“#repeater1”).onItemReady( ($w, itemData, index) => {

}

If I put the code you provided in this, it says export has to be in high level.
Also I’m working with a dynamic dataset. I should have mentioned that. :slight_smile:

Thank you!