pegros / PEG_LIST

Set of configurable/actionable LWC list components for Salesforce Lightning UX
MIT License
20 stars 8 forks source link

[bug] sfpegListCmlp - CSV export on tree grid does not work #64

Closed AleFSalesforce closed 5 months ago

AleFSalesforce commented 5 months ago

Describe the bug While having a sfpegListCmp configure as tree grid, when configure the action for export, file is generated empty.

To Reproduce Steps to reproduce the behavior:

  1. Add a sfpegListCmp to a record page
  2. Configure the list as tree grid
  3. Configure a header action for file export
  4. File is generated and downloaded is empty

Expected behavior File generated (and downloaded) with the content shown on screen.

Screenshots

image (10)

Desktop (please complete the following information):

Smartphone (please complete the following information): Not tested

Additional context N/A.

pegros commented 5 months ago

Just renamed your issue @AleFSalesforce and shall give it a look asap.

pegros commented 5 months ago

@AleFSalesforce Just discovered that the issue was larger than expected (i.e. for standard lists also). I am starting to look at it for my current customer and shall keep you posted.

pegros commented 5 months ago

@AleFSalesforce Problem fixed and DataTree export now properly supported (recursive children export + addition of row and parent key columns)