James Hou

Results 7 issues of James Hou

### Description Extending `lightning-datatable` with custom data types also extending `baseNavigation` like the below gives an aura error before `lightning-datatable` fully initializes. I've used the `datatableDeleteRowBtn` example straight from the...

External: Lightning Components

Using the search function in either `soqlDatatable` or `collectionDatatable` will yield incorrect results if special characters are in the search string. For example: `ABC-123` `hello_world` This issue is logged to...

bug

@mitchspano brought up an interesting limitation. The requirement is to remove all semblance of SFDC (including global header) for an internal user, so the solve was to attempt to containerize...

Combines #45: > Would love to have the option to output both the selected/edited rows and the rows that were not selected into separate collections. > > When displaying a...

enhancement
salesforce dependency

Waiting on Salesforce's official parity answer to overlaylibrary as I feel the official sample repos "popup" is not a good enough.

enhancement
salesforce dependency

Currently, it is not clear that there are two actions that come configurable for you (per row action on a SOQL Datatable): - `edit_row` - `delete_row` See here: - https://github.com/tsalb/lwc-utils/blob/7b35d377f75d7470f4393094109d70841788adb8/utils-core/main/default/objects/Datatable_Action_Config__mdt/fields/Row_Action_Name__c.field-meta.xml#L15...

chore

A big part of a modern Salesforce Developer is to also leverage the platform when it makes sense, so there are a couple topics I'm not quite sure how to...