Open new items in collapsed repeater
When you have a repeater that's collapsed by default is it possible for newly added items to appear in an open state?
4 Replies
How do you dertmine newly added items? You can set it to expand if it has X items on a closure basis?
How do you dertmine newly added items?Ideally whatever item was just added when the Add button was clicked.
Make the repeater live and try and condition the display based on a dirty value maybe? like $record->field vs $state?
OK, will give that a go, thanks.