-
In embossed braille, tables that exceed the line length are typically linearized. However, this may or may not be the desired outcome for braille display users, who may in some cases prefer to pan the…
-
**Is your feature request related to a problem? Please describe.**
The column names are often truncated if too long when viewing tables. Also, they don't dynamically scale down if the column name is …
-
One disadvantage of dynatable.js is that you need a prepared table where the headers have to match to the json content.
I would like to add a dynamic table header form json before starting dynatable.
…
-
```
What version of the product are you using? On what operating system?
windows 7 and 64 bit
My requirement is like :
Every time I get URL from Another application like below
URL : http://localh…
-
```
What version of the product are you using? On what operating system?
windows 7 and 64 bit
My requirement is like :
Every time I get URL from Another application like below
URL : http://localh…
-
### Description
It would be great if users could set datasets during task execution, similar to:
```
from datetime import datetime
from airflow import DAG, Dataset
from airflow.models.baseope…
-
**Is your feature request related to a problem? Please describe.**
Several adapter use tables in there admin config (like SourceAnalytix, ESPHome, Wled etc), I would like to rebuild these adapter to …
-
-
```
What version of the product are you using? On what operating system?
windows 7 and 64 bit
My requirement is like :
Every time I get URL from Another application like below
URL : http://localh…
-
Currently, I hardcode all the tables/columns with boolean types that need to be converted when doing imports. This is tedious and difficult to maintain. Instead, we should dynamically determine which …