Is your feature request related to a problem? Please describe.
The visibility of the oh-repeater content is too slow.
Describe the solution you'd like
The slow speed comes from the visible parameter in the rows.
I suggest using cdd atrribute display: none & display: "".
The containers are created initially and only made invisible.
First tests show a performance improvement.
Is your feature request related to a problem? Please describe. The visibility of the oh-repeater content is too slow.
Describe the solution you'd like The slow speed comes from the visible parameter in the rows. I suggest using cdd atrribute display: none & display: "". The containers are created initially and only made invisible. First tests show a performance improvement.
Actual:
Suggestion: