-
On the image control: why not using an tag ? Currently, the image is inserted as a span`s background-image.
Accessibility-wise, content images should not be inserted this way as screen readers can't…
-
**Description**
We can make a single table column editable using the following property: `editable[column]=True`.
However this causes a stack when there is no data.
**How to reproduce**
Run the …
-
-
Hello Team,
1. How to get dynamic value from UI component and store it in variable, lets say I need param_2 value in slider at current state which is 77 and I want to print it on terminal logs…
-
**Description**
It seems that if we use an array as a value for the name property, it is not used properly.
**How to reproduce**
Run this code:
```
from taipy import Gui
data = { "A": [1, …
-
**Description**
If you use an array of dicts in the `data` property in a chart control, on cannot create the array on the fly, in the control definition.
That is:
If you have:
```
d1 = { ..…
-
**Description**
A table bound to an empty array causes a stack trace and no display.
**How to reproduce**
```
from taipy.gui import Gui
md = ""
Gui(page=md).run(port=8080)
```
Stack:…
-
**Description**
In Databricks, no window gets created on the browser
**How to reproduce**
```
from taipy.gui import Gui, Markdown
page = Markdown("""
# Taipy in a Notebook
Value:
Set:
""")
val…
-
**Description**
Under different notebook environments (I tried under jupyter and also watson studio), if I execute a cell containing taipy code, it works but if I decide to rerun the same cell I do g…
-
**Description**
I have an app with multiple pages and I'm looking to add a navbar element, which automatically uses the pages registered if no list is given. When I use the following code:
``
…