iamisti / mdDataTable

Angular data table complete implementation of google material design based on Angular Material components.
MIT License
525 stars 133 forks source link

freeze columns #227

Open aszharite opened 7 years ago

aszharite commented 7 years ago

A nice feature would be to freeze certain columns and cause horizontal scroll on the rest of the table depending on the case.

Some use case scenarios:

  1. first column / x columns are frozen, rest of the columns after it have horizontal scroll.
  2. last column / x columns are frozen, columns to the left have horizontal scroll.
  3. first and last column / x columns are frozen and you have scroll in the middle.

These are useful for tables with statistical data since you need to see the first column frozen as it will be the row label and the last column holds total for row. In the middle you have a lot of columns (sometimes even over 100)

vitorcamachoo commented 7 years ago

+1

srdunov commented 7 years ago

+1