Display wrapper that returns unevaluated in text/CLI mode, matching
TableForm[list]
TableForm[{a, b, c}]
→ TableForm[{a, b, c}]TableForm[{{1, 2, 3}, {4, 5, 6}}]
→ TableForm[{{1, 2, 3}, {4, 5, 6}}]TableForm[Table[{i, i^2}, {i, 3}]]
→ TableForm[{{1, 1}, {2, 4}, {3, 9}}]ToString[TableForm[{{1, 2, 3}}]]
→ 1 2 3- TableAlignments — default Automatic
- TableDepth — default Infinity
- TableDirections — default Column
- TableHeadings — default None
- TableSpacing — default Automatic