saulhoward / haddock-cms

Automatically exported from code.google.com/p/haddock-cms
0 stars 0 forks source link

CLI data rendering function for a single hash #70

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. You want to show the data for a single hash on the CLI.
2. You use
CLIScripts_DataRenderingHelper::render_array_of_assocs_in_table(..) and
wrap your single hash in an array.
3. Your data is displayed horizontally.

What is the expected output? What do you see instead?

This method was designed for showing the data from lots of hashes, data
extending horizontally, entries in rows.

This is not the best way of displaying data for a single hash. The data
should be displayed vertically, with one row for each named datum.

Original issue reported on code.google.com by robert.i...@gmail.com on 10 Aug 2008 at 10:29