Our blazing fast Grid component built with pure JavaScript


Post by panu »

When following features added to your state demo https://bryntum.com/examples/grid/state/

add:

filterBar: { compactMode: true, keyStrokeFilterDelay: 0 }

remove:

filter: false

After these changes:

  1. Hide few columns
  2. Save state
  3. Do some column changes
  4. Restore state
  5. Now there should be duplicate filter-inputs. If compactMode is false then it just messes up the columns

Basically our ultimate goal is to use hidden/dynamic column choices, but also want to use filterbar. What we understood that without filterbar state works a lot better.

Do you see something we are doing wrong here or you any tips how we could solve this?

Attachments
here is a screenshot from demo
here is a screenshot from demo
duplicatefilter.png (23.81 KiB) Viewed 474 times

Post by alex.l »

Hi panu,

Thank you for clear steps to reproduce. This is a bug, I've created a ticket to fix that. The link to track the status is here: https://github.com/bryntum/support/issues/3975

Thank you for your report!

All the best,
Alex


Post Reply