Variable: Formatter

const Formatter: {
  fromCamelCase: string;
  columnTitle: string;
  ariaColumnLabel: string;
};

Type declaration

MemberTypeDescription
fromCamelCasestringConverts camel-cased field name to be title-cased.
For example, firstName -> First Name
columnTitlestringGets the column's title. If the column does not have a title the
column's field name is converted to title case.
ariaColumnLabelstringCreates an ARIA label for the column.