aurovrata / cf7-grid-layout

A WordPress plugin extension for Contact Form 7 to design responsive grid-layout forms.
https://wordpress.org/plugins/cf7-grid-layout/
GNU General Public License v2.0
6 stars 7 forks source link

Enable row add/delete anywhere in a table #21

Open aurovrata opened 3 years ago

aurovrata commented 3 years ago

Currently tables use FILO logic for rows.

There is a request to allow deleting any rows.

This is more complex and would require a different approach to handling table fields.

Solving the delete would also enable the adding of rows at any point. although that would also entail having an add button enabled on a row itself.