Quantcast
Viewing all articles
Browse latest Browse all 8501

Re: Problem in Tab key navigation on version 1.26.7

attach it to template not column

 

oTable.addColumn(new sap.ui.table.Column({

    label : new sap.ui.commons.Label({

    text : "Col3",

    hAlign : sap.ui.core.HorizontalAlign.Center,

    }),

    template : new sap.ui.commons.TextField({

    value : '{c3}',

    }).attachBrowserEvent("keyup", onKeyup)

    }));


Viewing all articles
Browse latest Browse all 8501

Trending Articles