[BUG] Flex Repeater 'instancePosition.display' doesn't work

8.1.3

Trying to hide rows of a flex repeater using position.display = false, but this isn’t working.

It’s probably more a feature request, however the doco says you can use flex position params, which includes display.

I’m working around this by setting useDefaultHeight to false and then setting the instancePosition keys:

  • grow: 0
  • shrink: 0
  • basis: 0 (hide) or 25px (show)

I think you want instanceStyle.display='none'

1 Like