Customizing Row

Advanced Usage

A row is simply an intermediary view class that constructs the appropriate Cell class instances for rendering the model columns.

If you would like to override how a row is rendered, you may define your own Row subclass and give it to the Grid constructor as an option: