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 ebef9c7 commit 46383b0Copy full SHA for 46383b0
src/js/core/factories/Grid.js
@@ -214,6 +214,7 @@ angular.module('ui.grid')
214
* If you only want to resize the grid, not regenerate all the rows
215
* and columns, you should consider directly calling refreshCanvas instead.
216
*
217
+ * @param {boolean} [rowsAltered] Optional flag for refreshing when the number of rows has changed
218
*/
219
self.api.registerMethod( 'core', 'refresh', this.refresh );
220
0 commit comments