s22ker
(Seekertlso)
1
I’d like to make a CListView with several columns.
But default CListView has one column.
How can I add more columns to CListView ?
I actually found the way in the following URL.
http://tpoxa.com/2010/08/13/columns-for-clistview/
I’m wondering it is really common solution.
Is there any other solution ?
gusnips
(Gustavo)
2
from what i know it shows an many column and the ones added in $dataProvider
tri
(tri - Tommy Riboe)
3
Is this what you want to do?
/Tommy
s22ker
(Seekertlso)
4
oh… Tommy.
That is exactly what i am curious about.
I don’t know why I couldn’t find the post.
Maybe it doesn’t have the keyword, “column”.
I understood it.
The key solution didn’t have nothing to do with the widget.
Just using CSS.
Thanks all !! 