Formats values using the resolved formatter infos.
values to format
infos resolved by the resolveFormattingInfo method.
Resolve a formatting infos for a column, which may be a combination of multiple fields.
FormattingInfo or undefined. Undefined has the effect that the fields are not displayed.
A facade to access the formatters from client code. The idea is that for a column the resolveFormattingInfo method is used to lookup a matching formatter for the column values. This formatting infos can be used during column rendering to trigger the formatters.