We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe908f commit fb5197dCopy full SHA for fb5197d
1 file changed
src/grid/View.mjs
@@ -579,7 +579,6 @@ class GridView extends Component {
579
endIndex, i;
580
581
if (
582
- countRecords < 1 ||
583
me.availableRows < 1 ||
584
me._containerWidth < 1 || // we are not checking me.containerWidth, since we want to ignore the config symbol
585
me.columnPositions.getCount() < 1 ||
0 commit comments