diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f1c50a3..3a54642aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Changed + +- Set the select column of the lazy-loaded activities table to stick at the end (experimental) + ## 2.31.0 - 2023-12-16 ### Changed diff --git a/libs/ui/src/lib/activities-table-lazy/activities-table-lazy.component.html b/libs/ui/src/lib/activities-table-lazy/activities-table-lazy.component.html index 460f218e1..ffa32c981 100644 --- a/libs/ui/src/lib/activities-table-lazy/activities-table-lazy.component.html +++ b/libs/ui/src/lib/activities-table-lazy/activities-table-lazy.component.html @@ -74,7 +74,7 @@ [matSortDirection]="sortDirection" [matSortDisabled]="sortDisabled" > - +