* Clear the dirty selection rows tracking (after redraw)
()
| 358 | * Clear the dirty selection rows tracking (after redraw) |
| 359 | */ |
| 360 | clearDirtySelectionRows(): void { |
| 361 | this.dirtySelectionRows.clear(); |
| 362 | } |
| 363 | |
| 364 | /** |
| 365 | * Get selection change event accessor |
no test coverage detected