In a simple project I like to use different types (numeric + dropdown) and some styling in the same instance.
In the Hot creator I’am using this snippet:
This works as aspected, but the type rendering (numeric,dropdown) disappears. It seems my code overwrite the standard behaviour. If I delete the ‘cells’-code, the the type renderers comes back.
Within this renderer, you use TextRenderer so all the cells are inheriting that renderer for the presentation layer (they may, however, have still a validator attached).
ps. you do not need to use a renderer to set up styling. You can set up a className and add styling within CSS part. Here’s a demo that can help http://jsfiddle.net/handsoncode/q7L6xrks/