Our blazing fast Grid component built with pure JavaScript


Post by henrique »

I made a change to the ModelDataField .js and I need to generate the grid.umd.js, which is in the build folder.

Can anyone help me with a walkthrough? Or if there is any documentation on this somewhere?


Post by mats »

You should never modify our sources directly, ideally you extend our classes and use your extension instead. What was the reason you modified our ModelDataField class?


Post by henrique »

Because of this topic viewtopic.php?f=43&t=19680


Post by alex.l »

Ok, I see. Please have a look at https://bryntum.com/docs/grid/api/Core/mixin/Override and use it to apply your custom code. Or better extend our class and use your version instead. We have examples how to extend classes in our demos. Check sources of celledit or columntypes examples.

All the best,
Alex


Post by alex.l »

Please check the topic you mentioned before viewtopic.php?f=43&t=19680
It's updated and has an easiest way to achieve that.

All the best,
Alex


Post Reply