Stephen Cooper

Results 128 comments of Stephen Cooper

I am glad to hear the main issues are resolved in v31.0.3. Stale npm versions are always a gotcha! The fact that it is running outside in 31.0.3 is expected...

Hi @svenank3r, Thank you for raising this I will look into this. In the meantime if you move your `onCellClicked` callback to `gridOptions` instead of the `defaultColDef` then this will...

To follow up and set expectations incase others come across this ticket. If v31.0.3 does not work for your use case please pin to v31.0.1. We are not expecting to...

This is a minimal cell renderer that you should be able to use instead of providing a function to the `cellRenderer` property. ```ts class BoldCellRenderer { init(params) { this.eGui =...

> 1. npm i @ag-grid-community/all-modules > > in Style.css > > 2. @import '@ag-grid-community/all-modules/dist/styles/ag-grid.css'; > @import '@ag-grid-community/all-modules/dist/styles/ag-theme-balham.css'; > > import "./Style.css" We are moving away from `all-modules` so please import...

Sorry I think I jumped into this ticket without knowing the full context and what the actual problem was. I was just aiming to point out that the all-modules packages...

Please provide a reproduction of this issue so that we can investigate. Also please be aware that we only apply fixes to new versions and v22 is relatively old now.

Sounds like very odd behaviour and not something we have heard of before. Things I would try: - try a different version of AG Grid which will also validate against...