I’ve been looking everywhere for a suggestion/solution on how to collapse/hide items horizontally in a repeater. I can do it vertically without any trouble but I want it to be horizontal for aesthetics.
In the example below, I’m using code to collapse social media icons that don’t have a url in the connected dataset but I get an ugly white space, any solution?
This feature is not available at this time. You vote for this feature here !
However instead of collapsing the item you can delete it from the repeater data using code this way it won’t be a reserved item anymore.
To do that, after you find the element with no link, get repeater’s data array, use splice method to delete that item, then reset the repeater data to the edited array.