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
Hey, there is a bug with the renderHeader, if the list is empty and I have set the renderEmpty the renderHeader is rendered below the renderEmpty, it should most likely be rendered above, since it's the header.
Edit:
If I set hideFooterOnEmpty it hides the renderHeader which seems to be set as footer when the list is empty. There is no renderFooter set.
But if I set hideHeaderOnEmpty and remove hideFooterOnEmpty it hides the renderEmpty component and show the header instead.
The text was updated successfully, but these errors were encountered:
Hey, there is a bug with the
renderHeader
, if the list is empty and I have set therenderEmpty
therenderHeader
is rendered below therenderEmpty
, it should most likely be rendered above, since it's the header.Edit:
If I set
hideFooterOnEmpty
it hides therenderHeader
which seems to be set as footer when the list is empty. There is norenderFooter
set.But if I set
hideHeaderOnEmpty
and removehideFooterOnEmpty
it hides therenderEmpty
component and show the header instead.The text was updated successfully, but these errors were encountered: