Enum GridLayout
Specifies the layout options for displaying the pivot table in either a compact or tabular format.
The available options are:
Compact: Displays the pivot table in a compact format, merging row headers into a single column.
Tabular: Displays the pivot table in a traditional format with separate columns for row headers, creating a more detailed table format.
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.AspNetMvc.PivotView.dll
Syntax
public enum GridLayout
Fields
| Name |
|---|
| Compact |
| Tabular |