Skip to main content

**NEW UPDATE: ISSUE SOLVED - Not Datatable issue **

 

We using Datatable from UnofficialSF (V4.1.6), in my component I let user to select multiple rows.

 

From displayed records in Datatable, when user select records - it not showing checkbox for selected rows as TRUE. From the UI it looks like none selected, but when user click next selected rows are actually available in next screen.

 

This creates few confusion to users if they selected any or not.

 

Does anyone have similar issues? Am I missing something here?

 

Few more info:

  • Passing all selected records to collection variable via Advanced 'Output Selected Rows (Collection)' option.
  • Only letting user to select record from datatable (not edit)
  • Records we displaying in dtatable varies from 20 rows to 600 rows (depends on filter from previous collection variable)
  • #Unofficial SF #Datatable
13 Antworten
  1. 30. Jan. 2025, 18:09

    Assign a collection variable to be used for the pre-selected rows in the datatable configuration.  After the screen, assign the OutputSelectedRows from the datatable to the variable so the new values will be saved before looping back to the datatable screen. 

     

0/9000