GetTerminus / terminus-oss

A collection of open source libraries.
MIT License
11 stars 10 forks source link

Table: Last column not correctly sized onload #513

Open benjamincharity opened 3 years ago

benjamincharity commented 3 years ago

This was discovered in v2 of the Table on Angular 9. We need to verify this is not an issue in Angular11. If it is, we need to fix.

Likely due to data being loaded in async. May need to expose a public 'resize columns' function.

Peek 2020-12-21 20-26.gif

benjamincharity commented 3 years ago

Currently cannot produce in storybook on Table v4. Tried with/without OnPush, tried with/without async data.