How to display Currency field with decimal values in lightning-datatable in Salesforce Lightning Web Component(LWC)?
Sample code: Apex Class: public with sharing class OpportunityController { @AuraEnabled( cacheable = true ) public static List < Opportunity > fetchOpptys(){ return ....