cancel
Showing results for 
Search instead for 
Did you mean: 

Get Column Index when click Cell on Data Table

Angelo_Ab
Participant
0 Kudos
183

Hi,

on OnPress Event of Data Table is there a way to get the index of column when I click a cell ?

I need to open a popup when I click on a specific cell.

Thank you.

View Entire Topic
bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

The OnPress event of a data table is at the row level and not at the column level so there is no differentiation between clicking anywhere in the row.

Angelo_Ab
Participant
0 Kudos

Ok, then is there no way to interact with cell of a Data Table ?

Use Cases:

- click on Image column and open a popup with enlarged image.

- click on Numeric Cell to add quantity by a custom popup with input field and buttons for add and substract quantity.

Now in the numeric Editable Cells, is there no way to prompt a Numeric Pad for fast input. If you have 20 Rows with 3 Editable Numeric Cells, fills 60 numeric cells is really painful.