cancel
Showing results for 
Search instead for 
Did you mean: 

How do I enable Navigation in my smart Table?

akshaya_p
Contributor
0 Kudos

I have a smart table. I want to enable Navigation to all rows. Please help me achieve this

Accepted Solutions (1)

Accepted Solutions (1)

CristianBabei
Contributor

In your smartTable, you also have to define your Table, and there you set the Mode.

<st:SmartTable>
	<table:Table rowSelectionChange="onRowSelectionChange" selectionMode="">

setSelectionMode

For Responsive table, is the same:

<st:SmartTable>
	<Table selectionChange="onSelectionChangeChange" mode="">

setMode

Regards

former_member679019
Participant
0 Kudos

This was really that easy. Thumbs up*

marcelhippchen
Explorer
0 Kudos

In which file did you add this code snippet? I don't find the appropriate place to insert it.

former_member765920
Participant
0 Kudos

Hi Cristian,

My requirement is slightly different. I need a sap ui5 smart table with grid type as both horizontal and vertical navigation is a must.

But I am unable to see the row level navigation enabled.

I am seeing that option only if the table type is Responsive. Is there a way to achieve row level navigation available along with horizontal and vertical scroll bars?

Regards,

Priyanka

Answers (0)