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
I'm using a formatter function to add 'USD' to a money amount. The automatic column width is determined by the value before the formatter instead of the string returned by the formatter.
Expected Result (screen shot if possible)
Automatic column width should be wider.
Actual Result (screen shot if possible)
It's the width based on the original value before the formatter.
Problem Summary
I'm using a formatter function to add 'USD' to a money amount. The automatic column width is determined by the value before the formatter instead of the string returned by the formatter.
Expected Result (screen shot if possible)
Automatic column width should be wider.
Actual Result (screen shot if possible)
It's the width based on the original value before the formatter.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: