Comment for table

Hi,

I want to add to some additional columns for “detail view” and “update form”, comments on the right part in order to not have them in the same place with error messages. I can’t find right documentation, the best what I am looking is an extra column where cells will filled by me with right comment.

Any tips, links, idea will be helpful.

Tx in advance.

Probably you can use "hint()" for forms.

http://www.yiiframework.com/doc-2.0/yii-widgets-activefield.html#hint()-detail

For DetailView widget, I don’t have any good idea. You might want to customize the widget.

tx a lot !

I have done it with hint, I had just some problem that it was displayed not in right part after column, it was under, and it was not good because the same position have the error message, but I solve it in css file.