How to fetch and display Custom Metadata Type records in LWC in Salesforce?
Using Apex, we can query the Custom Metadata Type records. Using wire framework, we can call the apex class and method from Lightning Web Component and display it using lightning-datatable. ....