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

Smart Table with row selection event is not Triggering

gomathy_natarajan
Discoverer
0 Likes
1,994

Hi Everyone,

I have a query on selection event trigger in the smart table.

I have designed the smart table and data mapping. Its working fine. I have a requirement that when user click on the row of the smart table, it should redirect to other view. But in my application row selection event from smart table is not working.

I have declared Table inside the smarttable with selectionChange event.

Its my View,

Its my controller,

Please help me with this issue.

Accepted Solutions (1)

Accepted Solutions (1)

Kishannaicker
Participant
0 Likes

Hi Gomathy,

Try using rowSelectionChange instead of selectionChange event.
And you can also use selectionMode="Single" selectionBehavior="RowOnly" as per your requirement.

Regards,
Kishan Naicker

Answers (1)

Answers (1)

gomathy_natarajan
Discoverer
0 Likes

Hi Kishan,

Thanks for your comments.

It worked for me in the same way as you mentioned. but slightly different.

<Table selectionChange="onRowSelect" mode="SingleSelectLeft"/>

Regards,

Gomathy