I'm implementing my own grid, following my frustration using ng-grid. What you are looking for is exactly one one of the features I have. You can select to 'not' have scrolls at all, and the table will fill whatever room it needs to render. You do this by using by setting "dontUseScrolls: true" in the grid options.
You can check my grid out at http://www.angulargrid.com On Sunday, 13 January 2013 12:35:37 UTC, Nathan Smith wrote: > > Is there a way to specify the height of a ng-grid table to be the maximum > height of all displayed rows? I'd rather have the user scroll the page than > the grid. > > > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
