Add type ip to DataTableColumnData interface

pull/25789/head
Bastian 2025-06-15 08:19:54 +00:00
parent 196369165c
commit fcaedfb24d
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ export interface DataTableColumnData<T = any> extends DataTableSortColumnData {
label?: TemplateResult | string;
type?:
| "numeric"
| "ip"
| "icon"
| "icon-button"
| "overflow"