Skip to content

Refresh table column sorting classes when the number of columns change

Choose a tag to compare

@mikewach mikewach released this 12 Apr 20:05
· 79 commits to master since this release
53dd03b

This release updates several of Bindable's NPM dependencies, especially those which had security vulnerabilities identified.

This release also includes a small code change which ensures the sorting CSS classes get applied when the number of columns change in an already bound c-table component. Otherwise only the columns which were originally part of the table would receive the sorting CSS classes, and columns added to the table later would only receive the sorting classes when clicked on.