jadrake75 / ng-scrolling-table

MIT License
8 stars 2 forks source link

The table should be able to specify a vertical scrolling policy by default #70

Closed jadrake75 closed 10 years ago

jadrake75 commented 10 years ago

In the table configuration a new parameter: table-vertical-scrolling=true should be definable that will set the overflow flag of scroller to "scroll" by default. When present, the check for the scrollbar and the subsequent padding calculation can be short-circuited.

This will be useful in large tables where scrolling will almost always be present and improve performance in this situations as the scrollbar will not need to be checked on row insert/delete.