Rally Software

 View Only
Expand all | Collapse all

Creating app with Cardboard, how to specify columns to display?

  • 1.  Creating app with Cardboard, how to specify columns to display?

    Posted Aug 15, 2017 05:25 PM

    We are trying to create an app using SDK2.0p5.  We want to display a board with only one column (items with specific value in custom field).  We have found references in SDK documentation/online to using Column Config, but we have had no success in using this.  We continue to see all columns (values) displayed.

     

    IM Renderer Page  

                     columnConfig: {
                                xtype: 'rallycardboardcolumn',
                                displayField: c_CustomField,
                                displayValue: 'AUG17',
                                value: 'AUG17'
                            },
                      columns: [ {
                                xtype: 'rallycardboardcolumn',
                                value: 'null',
                                columnHeaderConfig: {
                                    headerData: {c_CustomField: null}
                                }
                            } ]

    Has anyone been able to do something like this?  Thanks in advance for any help.



  • 2.  Re: Creating app with Cardboard, how to specify columns to display?
    Best Answer

    Posted Aug 17, 2017 03:51 PM

    Hi PatCousins1360489,

     

    I think this example will help:
    Agile Central App SDK 2.0 Docs 

     

    -Sean Davis



  • 3.  Re: Creating app with Cardboard, how to specify columns to display?

    Posted Aug 18, 2017 11:31 AM

    Thanks Sean - we'll take a look.