Minor doc issue in RowSelectionModel - Ext JS

    /**
     * Returns the first selected row id.
     * @return {String}
     */
    getSelected : function(){
        return this.selections.getAt(0);
    },
That in fact returns the data record, not the Id.

你可能感兴趣的:(ext)