View Source ExCell.Adapter behaviour (ExCell v0.1.0)
An ExCell Adapter defines the way the adapter outputs its HTML. The adapter requires a function called adapter that accepts a map container name, attributes, params and the content. It should return a Phoenix.HTML safe string.
Link to this section Summary
Link to this section Types
Specs
html() :: {:safe, list()}