[UI][VAULT-44487]: Restore re-sizable columns for secrets and namespaces tables (#14572) (#14577)

* fix(list-table): restore re-sizable columns for secrets and namespaces tables

* fix(changelog): add changelog with details

Co-authored-by: Nina Bucholtz <nina.balachandranmary@gmail.com>
This commit is contained in:
Vault Automation 2026-05-06 16:58:33 -06:00 committed by GitHub
parent af595e88a9
commit e4ea06c9de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

3
changelog/_14572.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:bug
ui: Restore re-sizable columns for secrets and namespaces tables.
```

View File

@ -7,8 +7,9 @@
@model={{this.paginatedTableData}}
@columns={{@columns}}
@isSelectable={{if @selectionKeyField true false}}
class="has-bottom-margin-s"
@hasResizableColumns={{true}}
@onSelectionChange={{@onSelectionChange}}
class="has-bottom-margin-s"
{{did-update this.resetPagination @data}}
>
<:body as |B|>