Search found 3 matches

https://www.bryntum.com/examples/grid/summary/

As I select multiple rows, I don't see that the summary is updated.

I'd assume the summary should be updated dynamically depending on how many rows I selected. :?:
I'm not a TS expert. Why do you include the grid.d.ts file if TS checking can be done via JSDoc? https://www.bryntum.com/products/grid/changelog/ >>> Full TypeScript typings included as build/grid.d.ts. Typings define module bryntum-grid to avoid possible name collisions, so we had to also rename im...
I'm looking at the BryntumGrid class definition. https://www.bryntum.com/examples/grid/react/components/grid.jsx Would the BryntumGrid component be more efficient if the React.PureComponent were extended instead of React.Component? Here's a usage example: https://www.bryntum.com/examples/grid/react/...