When to use GetText / InnerText

Hi Team,

While extracting data from a WebTable, I have two options - GetText and InnerText

The UI tells that if I am getting empty rows, i should use innerText method.
image

In which scenarios can my table give empty rows?

Hi @Mantri

GetText will extract table data which is visible on UI

InnterText will extract table data even data is not visible on UI

For Example
URL - https://money.rediff.com/indices?src=moneyhome_bseIndices_more
image

GetText will extract only 5 record but InnterText will extract more than 5 records