Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.93 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.93 KB

salesforce-lwc-challenge

Created a "AccountList" Lightning Web Component to display a list of Accounts with sorting, pagination, and search functionality. Ensured responsiveness and SLDS adherence, implemented error handling, and provided a button to create new Account records. Demonstrated its compatibility with Lightning page, experience cloud page, and community page.

Overview of the Account List App

One Look is Worth a Thousand Words "Henrik Ibsen"

Account App

Implemented a search functionality to filter the list of accounts based on account name.

Seatch Func

Implemented pagination with the ability to navigate between pages.

Pagination

Implement sorting functionality on each column of the table.

Sorting Func

Added a button to create a new Account record.

Button to Create a new Account