I am using ag-grid (v28) in my angular project
In the grid I am workign on, one of the columns is an Account , from a chart of accounts.
As I was designing what I wanted the editor to look like, i realized that an ag-grid with all of the accounts (columns: Name, AccountType) would be perfect.
I got the AccountsGrid working and am now trying to get it to work as an editor.
I am having several issues, which I need to work out before Im even close enough to ask for help here,
This seems like a great idea, and I can not think of a reason this isnt supported, but there could be a reason...
My Question is :
Is using an ag-grid as part of an ag-grid column editor supported?