Customize Cgridview

I am developing managing posts part of the application and I believe admins would like to see post text (at least part of it) in the post list. Is it wise trying to customize CGridView for such layout:

row1 -> Id title user

row2 -> text

or I’d better code it myself?