Releases: shliachtx/lwc-listview
Picklists, error handling
Add the ability to show an icon in the header
Display errors on datatable
Block sorting on fields that are not sortable
Fix issue where newly inserted records would show duplicates if the table was refreshed immediately after creating the new record.
Fix issues with picklist field. (thanks to @tsalb for his help with this)
https://login.salesforce.com/packaging/installPackage.apexp?p0=04t6g000008aqeqAAA
Change live data updates to use PushTopic
0.8.0 - Live updates
- Add support for Change Data Capture.
To enable Change Data Capture (live updates) follow instructions here: https://developer.salesforce.com/docs/atlas.en-us.change_data_capture.meta/change_data_capture/cdc_select_objects.htm
Note: Normal Change Data Capture limitations apply https://developer.salesforce.com/docs/atlas.en-us.change_data_capture.meta/change_data_capture/cdc_allocations.htm
0.70
0.6.0: Merge pull request #16 from shliachtx/picklist
https://login.salesforce.com/packaging/installPackage.apexp?p0=04t6g000004OWs4AAG
- Picklist fields dropdown are auto populated, options will now override the default. Does not support RecordType dependent picklists.
Picklists
https://login.salesforce.com/packaging/installPackage.apexp?p0=04t6g000004Nw0mAAC
- Picklist fields! The options need to be manually set on the field JSON using the options property. Accepts an array of strings or {label, value} objects
0.3.0-0
https://login.salesforce.com/packaging/installPackage.apexp?p0=04t6g000003hxs6AAA
- Allow custom label on datatable columns
- Fix issue in related list that prevented using a filter string if there was no parent-child relationship set.