interface PayloadTableColumnConfig<T> {
    lg?: T[];
    md?: T[];
    sm?: T[];
    xl?: T[];
    xs?: T[];
}

Type Parameters

Properties

Properties

lg?: T[]
md?: T[]
sm?: T[]
xl?: T[]
xs?: T[]