zambezi / grid

D3 component for drawing grids
MIT License
4 stars 2 forks source link

Column template fix #24

Closed gabrielmontagne closed 8 years ago

gabrielmontagne commented 8 years ago

Description

A bug in the cells component was preventing the usage of templates on the column configuratin. The fix was very simple. I've also added a usage example on the basic-config example, as well as to the basic config block here,

https://bl.ocks.org/gabrielmontagne/61bf45ef534990696005d88bfcabb164

Motivation and Context

Per-column template is something that the grid supposedly supported, but a few experiments highlighted a bug that caused a RE.

How Was This Tested?

Manually on the embeded example rig, as well as on the block linked above.

Types of changes