Purpose / Use case
- Minimal Working Example that shows how to render multi-value tags per row as colored "pill" badges and provide advanced column filtering (AND / OR) via ColumnControl.
- Input formats accepted: JS Array, JSON-array string, or comma-separated string.
- Tags are displayed sorted alphabetically; filtering supports "must have all selected tags" (AND) and "must have at least one" (OR).
Key components
- Custom DataType:
DataTable.type('tags', { ... })- Detection: recognizes Arrays, comma-separated strings or JSON-array strings as the
tagstype.
- Detection: recognizes Arrays, comma-separated strings or JSON-array strings as the