Hello,
in our project we observed a different behavior for empty detached-repeat tables and tablelist-bindings.
Problem
Here you can see that “Zuarbeit” (detached-repeat) has no separator line at the end of the table while “Testprojekte” (tablelist-binding) has one.
Our customer wishes for both tables to have the separator line.
![]()
The html-view shows that “Zuarbeit” is missing a table-footer element when the table is empty. If the table is filled with at least one element, the table-footer is added and the table is displayed correctly - with a separator line at the bottom.
![]()
“Testprojekte” has a table-footer element even when it contains no elements.
Problem resolution attempts
We tried to change some properties via the widget theme. Unfortunately there are no styling-options present for a detached-repeat. Neither did styling the message element work because it lacks the “border-bottom” option and it might have unwanted side-effects.
Is there a way to add the table-footer to empty detached-repeats? Or does another solution to this problem exist?
