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,995

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.

View Entire Topic
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