Add type ip to DataTableColumnData interface
parent
196369165c
commit
fcaedfb24d
|
@ -72,6 +72,7 @@ export interface DataTableColumnData<T = any> extends DataTableSortColumnData {
|
||||||
label?: TemplateResult | string;
|
label?: TemplateResult | string;
|
||||||
type?:
|
type?:
|
||||||
| "numeric"
|
| "numeric"
|
||||||
|
| "ip"
|
||||||
| "icon"
|
| "icon"
|
||||||
| "icon-button"
|
| "icon-button"
|
||||||
| "overflow"
|
| "overflow"
|
||||||
|
|
Loading…
Reference in New Issue