UNPKG

hightable

Version:

A dynamic windowed scrolling table component for react

7 lines (6 loc) 188 B
import React from 'react'; export interface ColumnConfig { headerComponent?: React.ReactNode; sortable?: boolean; } export type ColumnConfiguration = Record<string, ColumnConfig>;