Grid Filler
The table's background is transparent, when the total height of the rows is lower then the height available this is visible.
The filler is a <div>
that is added at the bottom of the grid and takes up
the height left.
You can customize it's background through the CSS class pbl-ngrid-space-fill
You can also solve this by assigning a background color to the table but this is not always suitable.
In the following example the table is rendered inside a div container that has a lightgreen
background color.
Grid Filler (Virtual Scroll Auto)id
name
gender
birthdate
email
language
The same thing, now with fixed mode virtual scroll
Grid Filler (Virtual Scroll Fixed)id
name
gender
birthdate
email
language
Disabling the Filler
You can disable the filler using the binding attribute noFiller
Grid Filler Disabledid
name
gender
birthdate
email
language
Currently, the filler is not supported when virtual scroll is disabled (
vScrollNone
)
Grid Filler No Virtual Scrollid
name
gender
birthdate
email
language