- Preparing search index...
- The search index is not available
Print Table
Type alias FormatTableOptionsFromObject
FormatTableOptionsFromObject: Omit<FormatTableOptions, "headers"> & { header?: ReadonlyArray<string | [key
: string, label
: string]>; indexColumn?: boolean; indexColumnLabel?: string; }