flask_table
flask_table copied to clipboard
Because writing HTML is fiddly and all of your tables are basically the same
Hello - another couple of questions that I am currently struggling to resolve. 1. Is there an option so that the default direction setting = 'desc'? 2. Is there a...
Is there a way to use column headers that have a space in them? For example, I'm using the sortableTable class and \Team_Name = Col('Team_Name), which works well. However, is...
If one is using a NoSQL store like DynamoDB to populate tables, it's possible that an expected field doesn't exist on a query result. Adding the default value parameter to...
Hi guys, I know how to format rows and columns but how can I format just specific cells? Month Savings January $100 January **$200** So for example how to just...
Hi, I was using the simple_nested.py as a template and wanted to have 4 nested tables. There were no errors except that the strings in nested tables 3 onwards display...
Thanks for this package; it is great and HTML *is* fiddly and all of my tables *are* basically the same. Subclassing `Col` is easy enough, but it would be nice...
I have datetime objects in UTC that I'd like to display in a local timezone with flask_table. I was expecting to be able to set `BABEL_DEFAULT_TIMEZONE` as mentioned in the...
I have some tables with lots of columns that I need to display. This does not fit nicely in the browser so I have used some javascript to swap rows...
Translation with Babel does not work for column names #108
Hi! How to use colspan with flask-table?