You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NumericCellRenderer currently exists in StructuredData, and includes facilities both for formatting numbers and for right-justifying content in a cell.
Instead, we should have a Render directory. It should have a class that allows different decorators to be attached to cells either by field name or by cell data type. A number of renderers should be available, including numeric, date, right-justification and so on.
The text was updated successfully, but these errors were encountered:
NumericCellRenderer currently exists in StructuredData, and includes facilities both for formatting numbers and for right-justifying content in a cell.
Instead, we should have a
Render
directory. It should have a class that allows different decorators to be attached to cells either by field name or by cell data type. A number of renderers should be available, including numeric, date, right-justification and so on.The text was updated successfully, but these errors were encountered: