View Source MapGrid (MapGrid v0.1.0)
This module has a singular public function, called convert. This convert function
can be used to convert an array of maps, like you would get from an Ecto query,
and convert them into a tabular data structure, or a grid.
Summary
Functions
Function to convert from an array of maps to a tabular data structure. Function expects all maps to be equal, like a struct would be.