()
| 639 | * @returns {IndexMapper} Returns the column index mapper instance. |
| 640 | */ |
| 641 | export function columnIndexMapper() { |
| 642 | return hot().columnIndexMapper; |
| 643 | } |
| 644 | |
| 645 | /** |
| 646 | * @returns {Overlay} Returns the table's overlay instance. |
searching dependent graphs…