To view table panels in action and test different configurations with sample data, check out the [Table Panel Showcase in the Grafana Playground](http://play.grafana.org/dashboard/db/table-panel-showcase).
In the most simple mode you can turn time series to rows. This means you get a `Time`, `Metric` and a `Value` column. Where `Metric` is the name of the time series.
This transform allows you to take multiple time series and group them by time. Which will result in the primary column being `Time` and a column for each time series.
This table transformation will lay out your table into rows by metric, allowing columns of `Avg`, `Min`, `Max`, `Total`, `Current` and `Count`. More than one column can be added.
1.`Pagination (Page Size)`: The table display fields allow you to control The `Pagination` (page size) is the threshold at which the table rows will be broken into pages. For example, if your table had 95 records with a pagination value of 10, your table would be split across 9 pages.
1.`Name or regex`: The Name or Regex field controls what columns the rule should be applied to. The regex or name filter will be matched against the column name not against column values.
2.`Type`: The three supported types of types are `Number`, `String` and `Date`.
3.`Format`: Specify date format. Only available when `Type` is set to `Date`.
4.`Coloring` and `Thresholds`: Specify color mode and thresholds limits.
5.`Unit` and `Decimals`: Specify unit and decimal precision for numbers.