TableForm
Wolfram Kernel
Execution environment
TableForm[table_List, opts___]
shows the given table
(list) in a traditional form using Grid decoration
info
For an editable formatted table, please see InputTable and TableView. It fits especially for a large datasets
Options
TableHeading
Modifiers
See Item
Examples
A fully formatted table
TableForm[{{5, Item[7, Background->Yellow]}, {4, 2}, {10, 3}},
TableHeadings -> {{"Group A", "Group B", "Group C"}, {"y1", "y2"}}]