smart-webcomponents icon indicating copy to clipboard operation
smart-webcomponents copied to clipboard

Table with frozen column, rowFilter, and selection on will render frozen column on top of first column

Open rpsirois opened this issue 2 years ago • 0 comments

Describe the bug Frozen column sits on top of first column.

To Reproduce Steps to reproduce the behavior:

  1. (Using striped table example: https://www.htmlelements.com/demos/table/table-striped/)
  2. Go to https://codepen.io/rpsirois/pen/XWZGqjE
  3. Add properties: filtering, filterRow, selection, selectMode: 'extended'
  4. 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)

rpsirois avatar Jun 16 '22 22:06 rpsirois