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
Ricardo Aguilar 4Ricardo Aguilar 4 

Lightning Datatable querying data from other sources

Hello everybody,
Is it possible to create a Lightning Datatable using Aura or Web component, but querying data from other sources different than Salesforce? In order to show data in the Lightning Page from this sources? If so, could you share information or any help page with an Example. Specifically, I need to query data from Microsoft Azure and from IBM AS/400 and show it using a component. Thans for any help!
SwethaSwetha (Salesforce Developers) 
HI Ricardo,
You can use the external object to fetch data from external source and display the real time data in salesforce.
Check out https://trailhead.salesforce.com/content/learn/projects/quickstart-lightning-connect/quickstart-lightning-connect2
https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_external_objects.htm

If this information helps, please mark the answer as best. Thank you