kartik-v / yii2-detail-view

Various enhancements to the Yii 2 Detail View with ability to edit data and manage styles using BS3.
http://demos.krajee.com/detail-view
Other
70 stars 56 forks source link

Is there a way to not render a label in Detailview? #172

Closed thadudexx closed 5 years ago

thadudexx commented 5 years ago

didn´t find anything in documentation. tried: 'showLabels' => false 'label' => false stackoverflow solution is to hide whole column. 'visible' => false some russian forum just hides the label 'labelColOptions' => ['hidden' => true]

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

kartik-v commented 5 years ago

Set label property for each attribute to an empty string within DetailView::attributes