iconName: string: global: Yes: The Lightning Design System name of the icon. They need to be configured. Drag and drop that component just below the “Details” and “Related” tabs. To Force Refresh on a Lightning Component this code can be used: refresh : function(component, event, helper) {var action = cmp.get(‘c.myController’;); action.setCallback(cmp, function(response) {var state = response.getState(); if (state === ‘SUCCESS’){$A.get(‘e.force:refreshView’;).fire();} else {//do something}}); This post explains how to sort the lightning data table data in lightning web components(lwc) Example: HTML Code