What propriety will let me remove empty space after my rows from perspective table?

Hello,
I want to remove the space after my rows, I did it before but I forgot what propriety . any help? thank you.

I'll assume this is in a flex container.
uncheck the props.virtualized property, then set position.basis: auto

thank you for your reply, it's already virtualized false and auto for basis and yes it's inside a flex container

What's the direction of the container ?
If it's column, that's all you need and it should work.

edit: And set grow to 0.

grow=0 made it work, thank you.