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
Tweaked so that object formatter and display formatter functions can be chained together.
This allows an value generated by an object formatter to be passed to an existing display formatter function.
For example, this allows a computed float value to from an object formatter to go through a display formatter to round/truncate digits.
0 commit comments