TableListBox row background if list is empty

Coming from Objective-C and Cocoa, I’m used to see the table grid even though a table is empty.
I can’t seem to be able to achieve this with JUCE’s TableListBox.

If there isn’t enough content, the table view background in the TableListBox just stays empty which feels wrong to me.

Is there any built-in way to have the TableListbox draw its row background at all times?