Skip to content

Releases: shliachtx/lwc-listview

Picklists, error handling

12 Jun 02:34
40349b4
Compare
Choose a tag to compare

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

08 Jun 20:59
61d1ff4
Compare
Choose a tag to compare

0.8.0 - Live updates

05 Jun 17:58
68b1e0c
Compare
Choose a tag to compare

0.70

21 May 16:22
7bef50e
Compare
Choose a tag to compare

Fix issue with infinite loading

0.6.0: Merge pull request #16 from shliachtx/picklist

15 Jan 22:23
9e85ca4
Compare
Choose a tag to compare

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

14 Jan 16:40
d397be5
Compare
Choose a tag to compare

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

03 Jan 16:48
Compare
Choose a tag to compare

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.

Add `New` button to Related List