Skip to main content

List Page Sidebar

This location appears as a sidebar in list views. It provides contextual information or actions related to the entire list or the current filter/view applied.

Commonly used for :
  • Showing summary information based on filters
  • Providing quick actions related to the list
  • Displaying insights derived from the visible data set
Sample Plugin-Manifest Json :
REQUEST DETAILS
{
 'locale': [
  'en'
  ],
 'service': 'FINANCE',
 'whiteListedDomains': [],
 'modules': {
  'widgets': [
   {
    'location': '<module_name>.list.sidebar',
    'name': '<widget_name>',
    'url': '/app/index.html',
    'logo': '/app/img/logo.png'
   }
  ]
 },
 'config': [],
 'usedConnections': []
}
Reference Image :
list-sidebar
Related Modules :