Our blazing fast Grid component built with pure JavaScript


Post by henrique »

The container documentation says that the layout setting is a string, as in the link below.
https://www.bryntum.com/docs/grid/api/Core/widget/Container#config-layout

But it can be a string or a layout configuration object. It would be interesting to change the documentation and the exported interface to Type Script, showing that it can be an object as well.

Something like this:

...
layout: string|object
...

Post by Animal »

Good spot. We are trying to make the TS declarations correct. I will correct this one.


Post Reply