Skip to content

Commit fb5197d

Browse files
committed
grid.View: createViewData() => remove the store count check #6443
1 parent 8fe908f commit fb5197d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/grid/View.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,6 @@ class GridView extends Component {
579579
endIndex, i;
580580

581581
if (
582-
countRecords < 1 ||
583582
me.availableRows < 1 ||
584583
me._containerWidth < 1 || // we are not checking me.containerWidth, since we want to ignore the config symbol
585584
me.columnPositions.getCount() < 1 ||

0 commit comments

Comments
 (0)