cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Multiselection table control

fjcarrasco
Active Participant
0 Likes
1,134

Hello experts. I have a requeriment to show a table where user can select several rows in order to run some process at the end with all selected rows. Next screenshot is from the Fiori for iOS Guidelines and is exactly what I need:

is there this UI control in MDK ?

I have looked into table control and grid however I didn't find any property to make them multiselectable.

is there a control to do it ? if not, would there be some way to do it?

Thanks

Kiko

View Entire Topic
fjcarrasco
Active Participant
0 Likes

Thanks Bill. It would be nice to have a preview of this new feature.

In the meantime, I'm trying to do manually doing the following:

1) Include a new item in my grid to show 'X' or 'O' depending on whether the row is selected or not. Initially with default value 'O'. If I manage I will try with icons to make it prettier.

2) onPress event in a row I switch de value of the item I added:

The change is done however the control doesn't show the new value unless you scroll the screen up and down.

I have tryed to do a context.redraw() but then the default initial value 'O' is set again.

Is there a way to do a soft refresh same as when I scroll the screen up and down in order not to initialice the control and the value of

the new item? or any other idea to managed my requirement ?

Thanks

Kiko