From c1446f85598f39dfb6322502e8b601d95913e0d4 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 17 Dec 2023 20:09:56 +0100 Subject: [PATCH] Feature/set select column to sticky in lazy loaded activities table (#2755) * Set select column to sticky * Update changelog --- CHANGELOG.md | 6 ++++++ .../activities-table-lazy.component.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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" > - +