buttflattery / yii2-formwizard

A Yii2 plugin used for creating stepped form or form wizard using yii\widgets\ActiveForm and \yii\db\ActiveRecord
https://yii2plugins.omaraslam.com/formwizard
Other
96 stars 13 forks source link

Preview step separator line for tabular step data #58

Closed mondomeme closed 4 years ago

mondomeme commented 4 years ago

For the tabular step I noticed in the preview step the data coming from tabular step must be separated for each model added. The image below shows the problem:

immagine

the red arrow indicated where I think it should be a separator line.

buttflattery commented 4 years ago

@mondomeme this should be fixed in 7e9e7ec please verify and close the issue , please pull he latest changes by running composer update, a <hr> tag is used for the separator you can customize the css by overriding the class .tabular-divider

mondomeme commented 4 years ago

Thank you for the update! I tried it and it works very well