You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When hasStickyHead is added to FlatTable, a height: 100% is added to a table, this causes the following issue based on layout decisions:
code:
Expected behaviour
Either the table should have an adequate background/borders or a max-height: 100% option, rather than height:100%
Suggested solution(s)
Allow the option of either using max-height:100%, or if height: 100% is used then we need correct background and border styling and not a transparent gap.
The text was updated successfully, but these errors were encountered:
Current behaviour
When
hasStickyHead
is added to FlatTable, aheight: 100%
is added to a table, this causes the following issue based on layout decisions:code:
Expected behaviour
Either the table should have an adequate background/borders or a max-height: 100% option, rather than height:100%
Suggested solution(s)
Allow the option of either using max-height:100%, or if height: 100% is used then we need correct background and border styling and not a transparent gap.
The text was updated successfully, but these errors were encountered: