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

Td's not always removed when config size changes #10

Closed dejan9393 closed 4 years ago

dejan9393 commented 4 years ago

Similar to issue #3, TD's don't get cleaned up correctly due to splice re-indexing the this.table[lineNumber].columns array. causing lineNumber to no longer line up to the correct index.