> For the complete documentation index, see [llms.txt](https://noraent.gitbook.io/nora/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://noraent.gitbook.io/nora/api-reference/interfaces/gridapi.md).

# GridApi

#### getSelectedRow

선택된 행 정보를 가져옵니다.

**Type**:  `func`&#x20;

***

#### getData

현재 데이터를 가져옵니다.

**Type**:  `func`&#x20;

***

#### scrollToRowIndex

특정 행(row)의 위치로 스크롤을 이동합니다. 상단에 맞춤니다.

**Type**:  `func`&#x20;

***

#### scrollBottomRowIndex

특정 행(row)의 위치로 스크롤을 이동합니다. 하단에 맞춤니다.

**Type**:  `func`&#x20;

***

#### setSelection

특정 행(row)을 선택합니다.

**Type**:  `func`&#x20;

***

#### setRowHeight 🧪

특정 행의 높이를 설정합니다.

**Type**:  `func`&#x20;

***
