TableView
TableView[{{1, 2, 3}, {4, 5, 6}}]TableView[RandomReal[1, {5, 4}]]TableView[Table[i + j, {i, 3}, {j, 4}]]presents the provided data in a table form including:
- lazy-loading and pagination
- supports boolean, numerical and arbitrary expressions
Use
TableForm on large tables