"
DataGridXL 3 Out Now! See what's new→

Column Type: Tag

The tag column type draws a tag/label/pill shape behind the cell value, with a specific background color. This is useful for quick scanning a "enum" like data field with limited options.

Coming Soon

javascript
const tagOptions = {
  Active: { label: 'Active', color: '#4caf50' },   // Green
  Pending: { label: 'Pending', color: '#ff9800' }, // Orange
  Inactive: { label: 'Inactive', color: '#f44336' } // Red
};
Generated: 25.02.04 (V3.25.02.04)