Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(table): hide empty content if isLoading is true (#2470)
Avoid displaying loadingContent and emptyContent at the same time. Note that there's an existing issue with loadingContent where if emptyContent is not provided, it will render loadingContent on top of the columns (instead of inside the table). This change doesn't fix that, but rather make isLoading play nice with a provided emptyContent. A separate fix is still needed for when emptyContent is not provided, which may affect this change later.
- Loading branch information