I have a data grade on which Type LDoosex Data. XML Store has data store. How do I use other XML values for the current node in a defined function in the Format attribute? I have looked at formatterScope and this is the right direction, but the documentation is very ambiguous. any idea? As a value of formatterScope
, you can try to pass the reference to the store
formatter function, you can use the value
this.getValue ()
. Though I do not think this is a beautiful design. The formatting of a cell should only depend on the data of the cell. If you need more information to formatting, then you should consider the design of your data store again.
Comments
Post a Comment