-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.4.69, 3.0.16
-
Component/s: UI
-
Release Notes Summary:nuxeo-data-table-column takes into account the width attribute.
-
Tags:
-
Backlog priority:750
-
Sprint:UI - 2023-01, UI - 2023-2, UI COOLDOWN - 2023-01
Fix for ELEMENTS-1513 set min-width of nuxeo-data-table-cell to 169px/174px in LTS 2021/10.10 respectively, but this prevents nuxeo-data-table-column width from being set below this minimum.
Steps to reproduce:
- In a nuxeo-data-table element of a layout (e.g. search results layout), set a nuxeo-data-table-column's flex to 0 and width to a value below 169px, for example:
<nuxeo-data-table-column name="testCol" field="dc:title" flex="0" width="10px">
Expected result: column width is displayed using value set for width.
Actual result: column width is displayed using the minimum of 169px/174px.
- is caused by
-
ELEMENTS-1513 Prevent nuxeo-selectivity dropdown arrow from overlapping text
- Resolved