Subject: | wish: translate underscores to spaces |
I have a suggestion for improved default column names. Currently the default uppercases the first word of the column. I think it's reasonable that it should also transform underscores to spaces.
So:
column_name in the DB
becomes
"Column Name" in the form
Mark