This project aims to create a toolbox. You will find for each component a source link to its Js,HTML,XML file.
Get Ebikes-lwc repository in the sample Gallery. Follow the guide to setup it as Salesforce do.
Create your own app with a home page. And play with my components.
- This list of all bikes is displayed in tiles for each bike. You can filter it with only one request Apex instead of Salesforce do in the ebikes app.
- Filter-component
- ListTile-component
- OneTile-component
- Even the datatable is edited, saved and refresh, the filter keep the same state.
- Filter-component
- Datatable-component
- Put an image in a column, use the customType.
- Datatable-component
- CustomType-Component
- Source-Salesforce