khan4019/tree-grid-directive

First column expanding property resizing bug

Opened this issue · 2 comments

pzhan commented

The table columns resizes according to its content. The problem is that the indentation isn't taken into account for the cell size, so whenever a column other than the expanding property's column is big enough, the first column property's will be out of its cell.
tree-grid-angular-cell-size-bug

any solution?

Try using padding-left rather than left in the CSS. left for absolute positioning