"
πŸš€ DataGridXL3 Out Now! See what's newβ†’
staging
NOTE: DataGridXL requires a commercial license.
Create an account to download a trial version of DataGridXL to follow the steps in this tutorial.

DataGridXL β€” Docs

Built-in Column Types

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
};