Interface.TableColumnBase
@standhigher/polaris-data-table
@standhigher/polaris-data-table / TableColumnBase
Interface: TableColumnBase<T>
Shared configuration accepted by every table-column variant.
Type Parameters
T
T extends object
Properties
key
key:
string
title
title:
ReactNode
sortable?
optionalsortable?:boolean
align?
optionalalign?:TableColumnAlignment
currencyCode?
optionalcurrencyCode?:string| ((row) =>string|undefined)
timeZone?
optionaltimeZone?:string
statusTone?
optionalstatusTone?:Readonly<Record<string,TableStatusTone>>