Skip to content

MowAlon/Salesforce-Enhanced_Datatable_LWC

 
 

Repository files navigation

Enhanced Datatable

Generic components

Currently there are 2 generic components (PFB). Very soon I will add DEMO components which will show how to use them.

  1. datatable: Generic datatable which uses standard lightning-datatable for showing records in table

    1. Gets data from database automatically. Can use relationship fields also.
    2. Automatically gets existing sObject field labels (allows for custom labels; includes related fields)
    3. Sort functionality (including related fields)
    4. Pagination - first, previous, next and last pages
    5. Persistant selection of records across pages. getSelectedRows public method to get selected data.
    6. All events of lightning-datatable plus event while loading data
    7. Cacheable data
    8. Sosl search
    9. Dynamically change data filters
  2. upload: Currently implemented only for admins (without shareable)

    1. Use component in create form wherein, the file has to be uploaded before record (like account or case etc) is created.
    2. Share records with other users
    3. Search for files
    4. Delete files
    5. Used datatable for showing records which gives all the functionality like sort, pagination etc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.3%
  • Apex 19.0%
  • HTML 18.7%