diff --git a/ui-grid/ui-grid.d.ts b/ui-grid/ui-grid.d.ts index 870a6f03d..8b67f649b 100644 --- a/ui-grid/ui-grid.d.ts +++ b/ui-grid/ui-grid.d.ts @@ -722,6 +722,25 @@ declare module uiGrid { * @default 4 */ horizontalScrollThreshold?: number; + /** + * Number of rows from the end of the dataset + * at which infinite scroll will trigger a request + * for more data + * @default 20 + */ + infiniteScrollRowsFromEnd?: number; + /** + * Inform the grid of whether there are rows + * to load when scrolling up + * @default false + */ + infiniteScrollUp?: boolean, + /** + * Inform the grid of whether there are rows + * to load scrolling down + * @default true + */ + infiniteScrollDown?: boolean, /** * Defaults to 200 * @default 200