()
| 615 | * @returns {TableView} Returns the Handsontable TableView instance. |
| 616 | */ |
| 617 | export function tableView() { |
| 618 | return hot().view; |
| 619 | } |
| 620 | |
| 621 | /** |
| 622 | * Sets the Handsontable instance as a main instance that will be used in |
searching dependent graphs…