DefinitelyTyped/types/ui-grid
Andrew Kittredge 0d20a346cf [ui-grid] Fix signature of getVisibleRows
I don't think getVisibleRows takes any arguments.

The definition of getVisibleRows from line 1800 of 47c12394b0/packages/core/src/js/factories/Grid.js

is-
   Grid.prototype.getVisibleRows = function getVisibleRows() {
    return this.renderContainers.body.visibleRowCache;
   };
2018-12-27 16:01:41 -05:00
..
index.d.ts
tsconfig.json
tslint.json
ui-grid-tests.ts