chrisOnWheels
Results
2
issues of
chrisOnWheels
Currently Taipy uses printf style formatting in tables ~~~ python col_format = {'Sales':'%.2f'} ~~~ This could be extended by allowing functions, like in ~~~ python col_format={ "Sales": {"format_function": format_func}} def...
🖰 GUI
🆘 Help wanted
🟨 Priority: Medium
✨New feature
**Description** I expected partial.update_content() to immediately change a partial, which would allow for a dynamic element. In a callback there is immediate reaction to changes in the bound variables, but...
💥Malfunction
🟧 Priority: High
Gui: Back-End