angular-ui/ui-grid

Dropdown cell template is now shown

Open

#3,020 创建于 2015年3月15日

在 GitHub 查看
 (17 评论) (0 反应) (1 负责人)JavaScript (5,395 star) (2,496 fork)batch import
good first issuetype: bug

描述

Hi,

Similar problem was discussed here: https://github.com/angular-ui/ng-grid/issues/666 But it's old. Now,

When I have a bootstrap bropdown button in a cell template, it is now shown. I created CSS (actually less) for it:

.ui-grid-cell.showMe {
    overflow: visible;

    .ui-grid-cell-contents {
        overflow: visible;
    }
}

and then user showMe as cellClass. The result:

uigrid1

It seems working BUT, still there is a problem with table overflow:

uigrid2

When it overflows from table, it's now shown. How we can solve the problem?

贡献者指南