File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
66
* which will override any filtering or other visibility calculations.
67
67
* If the row is currently visible then sets it to invisible and calls
68
68
* both grid refresh and emits the rowsVisibleChanged event
69
- * @param {object } rowEntity gridOptions.data[] array instance
69
+ * @param {GridRow } row the row we want to make invisible
70
70
*/
71
71
this . registerMethod ( 'core' , 'setRowInvisible' , GridRow . prototype . setRowInvisible ) ;
72
72
79
79
* If the row is currently invisible then sets it to visible and calls
80
80
* both grid refresh and emits the rowsVisibleChanged event
81
81
* TODO: if a filter is active then we can't just set it to visible?
82
- * @param {object } rowEntity gridOptions.data[] array instance
82
+ * @param {GridRow } row the row we want to make visible
83
83
*/
84
84
this . registerMethod ( 'core' , 'clearRowInvisible' , GridRow . prototype . clearRowInvisible ) ;
85
85
You can’t perform that action at this time.
0 commit comments