Greg Solomon
Greg Solomon
Currently, `agOptions` provided to a`Grid` component via `props` are read and cached when the component first mounts. This is unintuitive, since typically components react to observable prop changes. For example,...
Developers should be able to utilize AG-Grid's support for custom pinned rows, but currently `GridModel` overwrites pinned row data provided via `agOptions`. As a workaround, pinned rows can be set...
…tivity tracking Hoist P/R Checklist ------------------- **Pull request authors:** Review and check off the below. Items that do not apply can also be checked off to indicate they have been...
…) syntax. Hoist P/R Checklist ------------------- **Pull request authors:** Review and check off the below. Items that do not apply can also be checked off to indicate they have been...
When trying to pass an `onContextMenu` handler to a `button` element factory, TypeScript warns that `onContextMenu` does not exist in type `ElementSpec`. `onContextMenu` is a React prop as opposed to...
Discussed with @haynesjm42 - looking to make a couple enhancements to `DashCanvasView` and `DashCanvasViewSpec` for a client app: - [ ] Add ability to specify a custom title renderer to...
`DashCanvasModel.addView` takes a position parameter but not width and height. These should be exposed so that widgets can be added with specified dimensions.
Currently, our `RecordValidators` only run on uncommitted records; however, we have come across a few client-apps that expect validation to run on records created via calls to `loadData` and `updateData`...
Hoist P/R Checklist ------------------- **Pull request authors:** Review and check off the below. Items that do not apply can also be checked off to indicate they have been considered. If...
### Overview: At this point, we have implemented user-customizable tab switchers in a number of client apps. Ideally, we would like to promote this capability to the framework via a...