Skip to content

Commit 7696eba

Browse files
fix
1 parent 753608a commit 7696eba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/devextreme/js/__internal/grids/grid_core/views/m_rows_view.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ export class RowsView extends ColumnsView {
148148
this._contentChanges = [];
149149
this._dataController.loadingChanged.add((isLoading, messageText) => {
150150
this.setLoading(isLoading, messageText);
151+
if (!isLoading) {
152+
this.renderNoDataText();
153+
}
151154
});
152155

153156
this._dataController.dataSourceChanged.add(() => {

0 commit comments

Comments
 (0)