Our blazing fast Grid component built with pure JavaScript


Post by KelvinLB »

I am working on the BryntumGrid component in which in the provided examples it uses rowHeight to be able to assign the number of rows that you want to display.
therefore add to my grid row Height and stop rendering, then I show you the code and how you see.

<BryntumGrid {...gridConfig}
                rowHeight={20}
                data={arregloCarga}
 />

Image

Attachments
prueba.PNG
prueba.PNG (13.34 KiB) Viewed 586 times

Post by mats »

Any warnings in the console? Could you please give us your test case so we can inspect it?


Post by KelvinLB »

the problem was that in order to use rowHeight you must first define minHeight so that it could render


Post by mats »

Ok all working now?


Post Reply