mstratman / jQuery-Smart-Wizard

flexible jQuery plug-in that gives wizard like interface
http://mstratman.github.com/jQuery-Smart-Wizard/
303 stars 164 forks source link

Reload step content #129

Open jacobdenis opened 3 years ago

jacobdenis commented 3 years ago

Hi sir, Is their a way where we can reload the current selected step content.

i have a table inside the step3 and i have a form where the user use to add content of the table. the user was able to add data iin the database but it will not show in the table unless i will go to previous then go to step 3 again.

fcopaveltorres commented 3 years ago

I had a similar problem, the data was not displayed but I inspected the web page and the data was there but it was not seen, the solution add css tab-content

.tab-content {
height: 100%! important;
}