Is there a way to use selection in a SPDatatable linked to a list that has no delete rights

Hi,

I have a SPDataTable in a form linked to a list for which the user has write but no delete permission.
It seems that in this case, the checkbox in front of each item is hidden...but I want the user be able to select item to trigger some action on the selected items.

How can I force the displaying of the checkbox so that i can use after the selecteditems property on the SPDataTable control ?

Regards.

Eric.

Hello @educos35,

You can enable/disable selection of items in List or Library using the selectable property:

fd.control('SPDataTable1').selectable = true;

Note that the property available with the latest versions of app package(1.0.8) and desktop designer (1.8.3)