flask_table icon indicating copy to clipboard operation
flask_table copied to clipboard

Integer and Float Cols

Open Torvaney opened this issue 6 years ago • 1 comments

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 if there were support for numeric Cols out of the box. The main ones I was thinking of were:

  • Integer
  • Float
  • Percent

Torvaney avatar Feb 16 '20 01:02 Torvaney

Alternatively, since the td_format in each of these cases is going to be pretty lightweight, allowing a formatting function to be passed as an argument to Col would be pretty nice and flexible.

Torvaney avatar Feb 16 '20 01:02 Torvaney