Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is also possible to format the data that you want to show. To accomplish this you should use the Template property.

 

Code Block
languagexml
        <Column Align="Left" Type="Text" XPath="">
            <Label>
                <Content><![CDATA[İmha Tarihi]]></Content>
            </Label>
            <Template><![CDATA[{{format(ImhaTarihi,'dd/MM/yyyy')}}]]></Template>
            <Footer>
                <Content><![CDATA[]]></Content>
            </Footer>
        </Column>