cancel
Showing results for 
Search instead for 
Did you mean: 

how to do row header and editable cell in tableview?

Former Member
0 Kudos

hello, I have some questions about the tableview and tableview model

how do create a row header? In the documentation, it says row header can be set, but it does not say how to do it. (nothing like setrowheader in the api)

also, how to make the cell editable? (like inputfield)

or I just have to make a vector of inputfields for the cell?

thanks alot!!

Accepted Solutions (0)

Answers (1)

Answers (1)

Oliver5
Advisor
Advisor
0 Kudos

A rowheader is just the first column.

A cell ca<n also be editable if u use a custom cell renderer or set cellType to INPUT .

There is a detailled description in PDK under HTMLB , visible controls, tableview.

BR,

Oliver