DoubleTrade / lit-datatable

lit-datatable is a material design implementation of a data table, powered by lit-element.
Apache License 2.0
57 stars 12 forks source link

fix: when stickyHeader changes, update header style #33

Closed rodriguesgm closed 3 years ago

rodriguesgm commented 3 years ago

When updating sticky header attribute, it should update headers. Today it was triggering the updateHeaders but taking the th from cache without reomving the sticky class

RoXuS commented 3 years ago

should be acceptable, thx.