lwc-utils icon indicating copy to clipboard operation
lwc-utils copied to clipboard

Reusable LWCs to 10x your solution building speed. Design interactive, data-dense UIs with LWC + Screen Flows.

Results 43 lwc-utils issues
Sort by recently updated
recently updated
newest added

Hi! Seems like links to lookup fields on parent records don't work. They redirect to sf.com/undefined. For example: if I'm displaying a list of records which have a lookup field...

bug

## Problem There appears to be a difference in lifecycle rendering methods when Debug Mode is enabled for Lightning Components that leaves `` without the value for `fieldDescribe` handed down...

bug

No action is currently happening when i click on Delete row I added the Datatable Action Config for the delete row as below; but no action is happening ![image](https://github.com/tsalb/lwc-utils/assets/32535570/3d40fe45-6cea-49d4-8b08-71ae8e3fdf61) Any...

Putting this here for posterity... The `edit_row` row action currently calls `$A.get('e.force:editRecord')` which displays neither the page layout nor dynamic forms . Ideally, it would use the relevant lightning page...

tableServiceUtils.js line 41 `let preAppend = propIsNumber ? `${propName}_` : '';` if the underscore near the end is changed to a period, then the `flattenQueryResult` method will work seamlessly with...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

salesforce dependency

Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1. Commits 5b44c1b 3.0.1 9fbc20a chore: better number regex 41ae98e Cleanup c59f35e Move to Sideway See full diff in compare view Maintainer changes This version...

salesforce dependency

This change will allow users to use objects that don't have an ObjectInfo like Case Team Member. Fixes my issue here. #128

SOQL Query: SELECT Member.Name,TeamRole.Name FROM CaseTeamMember WHERE ParentId = $recordId Column Labels: Member_Name=>User Name,TeamRole_Name=>Role Other Configuration: ![Screenshot 2023-01-13 at 09 55 23](https://user-images.githubusercontent.com/22582720/212362685-26fb7d17-25f3-4424-8082-eab26198f709.png) ![Screenshot 2023-01-13 at 09 55 17](https://user-images.githubusercontent.com/22582720/212362688-7e4028f3-4ff5-45af-a1d7-607fc086a8aa.png) ![Screenshot 2023-01-13...

On the page where you document how to rename columns, you should add an example of how to rename a Child field `SELECT Owner.Name FROM Account` To get the name...