Closed prx-lmo closed 2 years ago
The functions getRow, getColumn and getColDef run for Example through every row there is, just to return the first they found. By using every() instead of filter() this can be shortened to break when found.
The functions getRow, getColumn and getColDef run for Example through every row there is, just to return the first they found. By using every() instead of filter() this can be shortened to break when found.