jan-vandenberg / cruddiy

No-code Bootstrap PHP CRUD generator
http://cruddiy.com
GNU Affero General Public License v3.0
253 stars 80 forks source link

check/uncheck all tables + title harmonization #22

Closed germain-italic closed 3 years ago

germain-italic commented 3 years ago

As I added check/uncheck all columns in https://github.com/jan-vandenberg/cruddiy/pull/20 I assumed it would be nice to replicate the feature on tables selection:

lmSQbkvAJC

Also I noticed the title on tables.php was "Available tables" and on columns.php it was "All available columns", so I edited tables.php to "All available tables".

jan-vandenberg commented 3 years ago

Thanks!