function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MarcelPMarcelP 

lightning:datatable - typeAttributes minimumFractionDigits and maximumFractionDigits for percent do not work

Summer 18: I'm trying to display percentage values as this: 12.4% in lightning:datatable, but apparently type attributes minimumFractionDigits maximumFractionDigits do not work for columns with type percent, although the docs say that type percent can have the same attributes as type number, so my percentage always displays rounded (as 12%).
Any workaround for this (besides using aura:iteration for table creation instead of lightning:datatable and manually outputting percentage values with formattedNumber and % sign)?