Request new features or modifications


Post by vadim_g »

Hi Team

Maybe I've asked for it, not sure, can't find the thread, but would you please allow in Combo and in Grid to pass the store constructor directly. Since we import the store and constructor is there, it is overhead to pass a string so to be resolved.

In Combo we've patched already changeStore with

     if (store.storeClass) {
              store = new store.storeClass(store);
      }

In Grid more or less would be the same

Thanks
Vadim


Post by marcio »

Hey Vadim,

Thanks for reaching out.

Perhaps this is the ticket/thread you're thinking of? https://github.com/bryntum/support/issues/11971

Best regards,
Márcio

How to ask for help? Please read our Support Policy


Post by vadim_g »

Hi Marcio,

maybe, but that one is more about Widgets, but you could add a note that we need for store config as well in combo and grid.

Thanks.


Post by alex.l »

HI Vadim,

Noted. Thanks for the question. Feel free to comment tickets as well.

All the best,
Alex Lazarev

How to ask for help? Please read our Support Policy


Post by Animal »

This one is ready for review and hopefully should be in 7.0.1: https://github.com/bryntum/support/issues/5021


Post by vadim_g »

Great, thanks Animal


Post Reply