The function getDisplayName is called for each segment as well as top filename. For table and numbers view it is not needed to also get it for each segment number in the left column because that is already called in the filename. So some refactoring is needed to feed the already called data to formatted-segment instead.
The function
getDisplayName
is called for each segment as well as top filename. For table and numbers view it is not needed to also get it for each segment number in the left column because that is already called in the filename. So some refactoring is needed to feed the already called data to formatted-segment instead.