Skip to content

Commit 46383b0

Browse files
AbhishekGargJLLeitschuh
authored andcommitted
docs(core): update to include param rowsAltered (#5315)
The documentation for `refresh` method (line 218) should be updated to include optional param `rowsAltered`
1 parent ebef9c7 commit 46383b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/core/factories/Grid.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ angular.module('ui.grid')
214214
* If you only want to resize the grid, not regenerate all the rows
215215
* and columns, you should consider directly calling refreshCanvas instead.
216216
*
217+
* @param {boolean} [rowsAltered] Optional flag for refreshing when the number of rows has changed
217218
*/
218219
self.api.registerMethod( 'core', 'refresh', this.refresh );
219220

0 commit comments

Comments
 (0)