I want the following behaviour of the grid height like in this Fiddle: http://jsfiddle.net/dimodi/SDFsz/
but then also calculate the maximal possible rows on the screen without showing the scrollbar everythime the user changes the browser height. So our users can easily go with pageUp and pageDown through the gird.
And change the first value on the pageSize dropdown to 'Fit'.
Is it possible to make a directive in AngularJS that can do this behaviour?
but then also calculate the maximal possible rows on the screen without showing the scrollbar everythime the user changes the browser height. So our users can easily go with pageUp and pageDown through the gird.
And change the first value on the pageSize dropdown to 'Fit'.
Is it possible to make a directive in AngularJS that can do this behaviour?