Skip to content

ashis-kumar-dev/salesforce-custom-listview

Repository files navigation

Custom List View

Custom list view using the power of apex and lightning web components.

What problems it solves ?

  • There are limitations, which objects can be used in the lightning listview base component
  • Not only the solution supports normal objects, also the setup objects
  • Privacy restricting browsers do not work properly when you open setup page, as it requires to transfer cookies to different domains (Setup page serves data from the visualforce domain as well, so if you block cross domain cookie sharing, you break setup. It forces to switch to classic. And I don't want to go into classic view.)

What can you do with this ?

  • Select any object, and see all records from that object
  • Search through the list

Features (if not marked, it is not yet available)

  • Support for setup objects
  • Infinte loading
  • Search through the result
  • Select fields to be displayed on the go
  • Sorting
  • Add filters
  • Shareable listview link (anyone in the org can see the list view you configured)

About

Object agnostic list view built with Lightning Web Component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published