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

Datatables - Doesn't work in Aura.app context

Open tsalb opened this issue 4 years ago • 0 comments

@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 the solution using a full screen aura.app. This, effectively, makes a blank canvas to create custom solutions inside it without feeling SFDC-ey.

However, soqlDatatable doesn't seem to bootstrap correctly.

I have a hypothesis this is because of Lightning Message Service or some other component tree issue being bootstrapped in the aura.app context.

This issue has been created as an investigation, likely a SFDC limitation somewhere.

tsalb avatar May 19 '21 23:05 tsalb