Hi Guys, I'm working on fixing issue [1]. labelFunction wasn't emulated at all so I'm trying to figure out how to add that.
I checked deeper Flex code and it looks like launching labelFunction is starting to happen during row creation. There is function makeRowsAndColumnsWithExtraRows in AdvancedListBase where everything is starting. My question is - should I go and start copying code and classes to fill that gap or rather place launching that formatting in DataItemRendererFactoryForICollectionViewAdvancedDataGridData where we are creating and setup renderer ? What is the general approach. [1] https://github.com/apache/royale-asjs/issues/472 Thanks, -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*
