Skip to content

magnushamrin/Dynamic-Lightning-Table

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Dynamic Lightning Table

Deploy to Salesforce

Dynamic lightning table components help you to easily the display records in the table format with the pagination.

alt tag

This component has three attributes

  • Object - Specify the API name of the object from where you need to retrieve the records
  • Fields - Specify the list of columns you wants to display in the table. You have to mention the API name of the object fields
  • pageSize - Specify the number of records you wants to display in a page

alt tag

References

Lightning Component Trailhead Module - https://developer.salesforce.com/trailhead/module/lightning_components Lightning Design system Trailhead Module - https://developer.salesforce.com/trailhead/module/lightning_design_system

About

Custom salesforce lightning component to display records in tabular format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.9%
  • Apex 39.1%