Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rpsirois opened this issue Jun 16, 2022 · 0 comments

Comments

@rpsirois
Copy link

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant