cancel
Showing results for 
Search instead for 
Did you mean: 

How to provide Link to Column in the Table

Former Member
0 Kudos

Hi

please let me know how to provide link to one column in the table.

i have two views

in one view i will dispaly emp id and emp dept in a table

i have to provide link to the emp id column table

when i click emp id column then it will fire other view and display remaining details of emp.

so please let me know how to provide link to column in the table.

Solution is urgent

regards

mmukesh

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Bind contexts of both your views to the same context in controller.

Context:

node: Employee

attr: empId

attr: empDept

subnode (card 1:1) EmpDetails

Then if user selects an element in one view, the other view automatically displays details of the item.

Former Member
0 Kudos

HI Mukesh,

Why do you want to create second value node.you can create extra Value attribute

in the same value node

With Regards

Naidu

Former Member
0 Kudos

hi Mukesh,

Message was edited by:

gopi nidjelli

Former Member
0 Kudos

Hi Mukesh,

You can insert LinkToAction column in table.you can have two cattributes in Valuenode one is of type boolean and other is of type string(empno)

you can create eventhander in that you can fire plug to seconf view where you can displays the emp details

With Regards

Naidu

Former Member
0 Kudos

Hi how to create second value node for column

regards

mmukesh