powa-team / powa-web

PoWA user interface
http://powa.readthedocs.io/
73 stars 31 forks source link

Changed some "number" table columns to "integer" #111

Closed brainexe closed 3 years ago

brainexe commented 3 years ago

Just a very small UI change...maybe it's just me, but I prefer to strip the decimal places for plain integers, like amouts/counts.

Example from the demo, where you can see the ".00" in the "#" column: demo

Would then look like: after_main

Internally the IntegerCell is exending the NumberCell and just setting decimals to 0

rjuju commented 3 years ago

That's a very good point, and I totally agree this is way more readable like this!

rjuju commented 3 years ago

thanks a lot!