Formatter
Description
A Formatter
is a type that represents a function that uses a FormatContext
to return a formatted string representation of a data value.
TypeScript
It has the following signature:
(context: FormatContext) => string;
Formatters
At this time, the DataGrid
provides the following formatters:
Need help? Contact us!