Our blazing fast Grid component built with pure JavaScript


Post by joy19732004 »

HI:
Is it possible to change the
range >100% and <0 ?
Do you have any demo?

Post by mats »

For Percent column? It's configured with
editor : {
                type : 'number',
                min  : 0,
                max  : 100
            },
So simply provide your own configuration. https://bryntum.com/docs/scheduler/#Gri ... fig-editor

Post Reply