ExCell v0.0.12 ExCell.Adapter behaviour View Source
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.