kartik-v / yii2-builder

Build forms (single or tabular) easily for Yii Framework 2.0.
http://demos.krajee.com/builder
Other
100 stars 50 forks source link

Show error in tabular form #124

Closed SkyTaurus closed 5 years ago

SkyTaurus commented 7 years ago

I use code like an example

echo TabularForm::widget([ 'dataProvider'=>$dataProvider, 'form'=>$form, 'attributes'=>getformAttribs(), ]) How can I show an error in a cell? I want to show an error and forbid submitting the form if some fields are empty.

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.