Managing Columns in AdapTable
Summary
- This section provides a few pages relating to setting up and managing Columns in AdapTable
Columns are at the core of AdapTable and AG Grid, and are primarily managed via Layouts.
There are many Column-related features and tips which are covered in this section.
Setting Cell / Column Data Types
Leverage cellDataType property in ColDefs to tell AdapTable the data type of your Columns
Providing Column Types
Provide Columns Types (used for Calculated, Free Text, Action, Pivot and hidden columns)
Managing AG Grid ColDefs
Managing AG Column Defs at Run-Time
Configuring AG Grid ColDefs
Configuring AG Column Defs at Design-Time
Setting Column Scope
Setting Column Scope for AdapTable Features (e.g. columns, data types, column types etc)
Monitoring Columns
Monitoring Columns at run-time, adding new AdapTable features as required
Configuring Column Headers
How to set the Column header (or caption), including on a per Layout basis
Creating Array Columns
Columns where cells contain multiple values, can be rendered as sparklines or with multiple badges
Hiding Columns
Ensuring that some Columns (e.g. Uuids) stay always hidden from users in the AdapTable UI
The Adaptable Column Object
Guide to the Column object that AdapTable creates to map every column in the Grid