grid-tabulator.formatters
Home > @genesislcap/grid-tabulator > formatters
formatters variable
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Zero formatters for Tabulator grid
Signature:
formatters: {
action: typeof actionFormatter;
actionsMenu: typeof actionsMenuFormatter;
boolean: typeof booleanFormatter;
editable: typeof editableFormatter;
select: typeof selectFormatter;
text: typeof textFormatter;
}