Closed
Description
Currently this is what happens when you trigger the list to show up. It will push everything down. I want the list to go over the other elements and not push the ui around. is this possible?
I was looking at your code and I'm thinking maybe you can add a prop for this and when it's true the map
inside _renderItems
can send the index
to _getRow
and after that you'd do something like: renderRow(id, () => this._selectItem(id), items.entities.item[id], listRowStyle, { position: "absolute", top: ROW_HEIGHT * (index + 1))
Metadata
Metadata
Assignees
Labels
No labels