We are looking to extend the functionality of listGrid and treeGrid with the same functions -
The new functions are both for listGrid and treeGrid.
We know that treeGrid is inherited from listGrid.
As far as I know, we cant change listGrid class...
Is there a way to add the common functionality without writing the code twice?
There is a diagram which demonstrates our expected result -
Thanks.
The new functions are both for listGrid and treeGrid.
We know that treeGrid is inherited from listGrid.
As far as I know, we cant change listGrid class...
Is there a way to add the common functionality without writing the code twice?
There is a diagram which demonstrates our expected result -
Thanks.
Comment