angular-ui/ui-grid

ui grid selection column row height

Open

#5.175 geöffnet am 29. Feb. 2016

Auf GitHub ansehen
 (16 Kommentare) (0 Reaktionen) (1 zugewiesene Person)JavaScript (2.496 Forks)batch import
good first issue

Repository-Metriken

Stars
 (5.395 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Hi Team,

I have increased the row height in UI Grid using the below CSS. I need dynamic rowHeight.

  [ui-grid-row] {
    display: table-row;
  }
  .ui-grid-row, .ui-grid-cell {
    height: auto!important;
  }
  .ui-grid-cell {
    float: none;
    display: table-cell;
  }
  .ui-grid-header-cell, .ui-grid-cell-contents {
    white-space: normal;
    padding: 2px;
    word-break: break-word;
  }

But the issue is, When i inject ui-grid-selection component into the grid. UI Grid row height is not in sync with ui.grid.selection column cell.

Could you please suggest how to proceed furthur on these.

Thanks, Mohan Reddy M. @angular-ui-grid

Contributor Guide