mortenoh
21 Sep 2017, 3:21 AM
Not sure if this is a bug or expected behaviour, but when you create a TreeList with micro=true, the expanderFirst parameter does not work.
<TreeList store={this.store} ui="nav" micro={false} expanderFirst={true}/>
Work as it should.
<TreeList store={this.store} ui="nav" micro={true} expanderFirst={true}/>
Does not work, expander is still last.
<TreeList store={this.store} ui="nav" micro={false} expanderFirst={true}/>
Work as it should.
<TreeList store={this.store} ui="nav" micro={true} expanderFirst={true}/>
Does not work, expander is still last.