We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like setFocusedCell of ag_grid would provide this ability if it was available to call in reflex
The text was updated successfully, but these errors were encountered:
ENG-4075 Provide a way to programmatically select a cell
Sorry, something went wrong.
Should be possible with #46 :
ag_grid.api(id="grid_id").set_focused_cell(*args)
@bertbarabas Have you had the chance to try this?
@Lendemor I can't get it to work.
Guessing about the args I used: ag_grid.api(id="AccountPeriods").set_focused_cell({"rowIndex": 5, "colKey":"Description"})
AccountPeriods is is the id of my ag_grid I hard coded rowIndex as 5 And I have a column def with both field and colId set to "Description"
But it doesn't seem to do anything and there are no exceptions.
Lendemor
No branches or pull requests
Looks like setFocusedCell of ag_grid would provide this ability if it was available to call in reflex
The text was updated successfully, but these errors were encountered: