You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not currently possible for the consumer to define their own onGridReady, onCellValueChanged, onSelectionChanged since they are override by the onMount functionality.
I think it would be find to assume that over event's should fire before any user defined events, so I would propose this solution, implement similarly for all three events.
I know this adds more complexity to the wrapper, which is intended to be lightweight, so if this is undesired, I'll keep this on my fork otherwise, I'll submit a PR.
Also, note that I have changed how the api field is recorded. Accessing the event rather than the grid's grid options should be slightly quicker.
It is not currently possible for the consumer to define their own
onGridReady
,onCellValueChanged
,onSelectionChanged
since they are override by theonMount
functionality.svelte-ag-grid/src/Component.svelte
Lines 49 to 58 in 9d19c4c
I think it would be find to assume that over event's should fire before any user defined events, so I would propose this solution, implement similarly for all three events.
The text was updated successfully, but these errors were encountered: