smart-webcomponents
smart-webcomponents copied to clipboard
Table with frozen column, rowFilter, and selection on will render frozen column on top of first column
Describe the bug Frozen column sits on top of first column.
To Reproduce Steps to reproduce the behavior:
- (Using striped table example: https://www.htmlelements.com/demos/table/table-striped/)
- Go to https://codepen.io/rpsirois/pen/XWZGqjE
- Add properties:
filtering
,filterRow
,selection
,selectMode: 'extended'
- Change "Country" column config to
{dataField:'Country',freeze:true}
Expected behavior
- Selection checkboxes flush to left side.
- Frozen row not overlaid on top of other columns.
Desktop (please complete the following information):
- OS:
- Distributor ID: Pop
- Description: Pop!_OS 21.10
- Release: 21.10
- Codename: impish
- Browser: chrome Version 102.0.5005.61 (Official Build) (64-bit)