kamilws
kamilws

Reputation: 171

AngularJS, ui-grid

is there anyone who knows how to disable this white space after rows inside grid ?

I would like it to match number of rows and make it sticked.

No white space needed there.

Upvotes: 1

Views: 452

Answers (1)

Komo
Komo

Reputation: 2138

See this issue here : https://github.com/angular-ui/ng-grid/issues/1735

I think that at the moment, your have to change the height of your grid dynamically depending on the number of data rows. Check this link for examples.

Upvotes: 1

Related Questions