plumdog / flask_table

Because writing HTML is fiddly and all of your tables are basically the same
http://flask-table.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
210 stars 45 forks source link

Make possible to output empty table. #124

Closed crayxt closed 4 years ago

crayxt commented 4 years ago

I think outputting an empty table (no data, only headers) is not possible atm. This PR should fix that.

crayxt commented 4 years ago

Or should I just add allow_empty=True to my Table object?

UPD: Yeah, nevermind this PR.