Jakub Kupsik
Results
2
comments of
Jakub Kupsik
The 'additional data' field occasionally contains "appVersion" and "appBuild" information, but only on 'Loaded App' entries.
One workaround that I have used, which works with `queryFn `, is to add this to the column's ColumnSpec: ```ts agOptions: { suppressKeyboardEvent: ({event, api}) => { if (event.key ===...