cancel
Showing results for 
Search instead for 
Did you mean: 

Column row intersection selection in table

surendra_pamidi
Contributor
0 Kudos

Hi All,

I am looking for intersection selection  of column and row.

Can you please suggest me whether it is possible or not in any of UI5 table.

If it is, please suggest me a way.

Currently I am able to select entire row, not the particular value(intersection selection  of column and row).

Thanks in Advance,

Surendra.

Accepted Solutions (0)

Answers (1)

Answers (1)

Qualiture
Active Contributor
0 Kudos

You mean a table cell? Can you explain what you are trying to do?

surendra_pamidi
Contributor
0 Kudos

Yes exactly.. I want to get the cell value after clicking on a particular cell not the row.

Qualiture
Active Contributor
0 Kudos

If you click on a cell, then in your event handler use:

oEvent.getSource().getValue()

Former Member
0 Kudos

have a look at this example

Edit fiddle - JSFiddle

surendra_pamidi
Contributor
0 Kudos

Thanks for both of you,

Can I get the same functionality in 1.16.5 version??

Former Member
0 Kudos

I think yes!!

Y not include this in index.html

<script src="https://sapui5.netweaver.ondemand.com/resources/sap-ui-core.js"

surendra_pamidi
Contributor
0 Kudos

I am using in an application not in POC.. So I can't use the url directly

santhu_gowdaz
Active Contributor
0 Kudos

i think then u can add like this,

<script src="/resources/sap-ui-core.js"