loyada / dollarx

Other
15 stars 1 forks source link

Feature Request: API to select a cell of a column in AgGrid. #41

Closed rohitkashyapvatta closed 5 years ago

loyada commented 5 years ago

The API: Path ensureVisibilityOfCellInColumn(String column, Path cellContent)

  1. ensure header is visible
  2. scroll down until cell is visible (or failure)
loyada commented 5 years ago

implemented