good first issuetype: bug
仓库指标
- Star
- (5,395 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Here's the plnkr: http://plnkr.co/edit/MAjaBO3Bpe3mf04JxWpo?p=preview Simply open one of the column menus and see it doesn't show in the right place.
Using this code in the repositionMenu function:
if (column.grid.isRTL()){
left = positionData.left + positionData.parentLeft+ positionData.width;
}
Seems to fix this.