Skip to content

1.2.1

Compare
Choose a tag to compare
@tsalb tsalb released this 08 Jan 21:14
· 134 commits to master since this release

Fixes #49

  • Adds customHeight aka Table Height (px) to both soql / collectionDatatable for Screen Flows.
    • Screen flows won't support relative vh (view height).
  • Adds the loadStyle hack which forces CSS overflow so that in-line edit of picklists can overflow below the datatable container.
    • Use at the risk of minor CSS issues.
    • Should only be used when in-line edit is required for < 5 rows.
  • Fixes incorrect display of picklist values when database saved value is not found in the picklist options.