Construct a new text renderer.
The options for initializing the renderer.
Readonly
backgroundThe CSS color for the cell background.
Readonly
elideWhich side to draw the ellipsis. Set to 'none' to disable ellipsis.
Readonly
fontThe CSS shorthand font for drawing the text.
Readonly
formatThe format function for the cell value.
Readonly
horizontalThe horizontal alignment for the cell text.
Readonly
horizontalThe horizontal alignment for the cell text.
Readonly
textThe CSS color for drawing the text.
Readonly
verticalThe vertical alignment for the cell text.
Readonly
wrapBoolean flag for applying text wrapping.
Draw the background for the cell.
The graphics context to use for drawing.
The configuration data for the cell.
Draw the text for the cell.
The graphics context to use for drawing.
The configuration data for the cell.
Get the full text to be rendered by the cell.
Paint the content for a cell.
The graphics context to use for drawing.
The configuration data for the cell.
A cell renderer which renders data values as text.