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.
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.
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.