Commit d1fba8f
authored
feat: Make grid widget respect global formatter settings (#1995)
Fixes deephaven/deephaven-plugins#435
Does not fix the issue in embed-widget. I think that should be a
separate ticket. I'll keep
#1964 open for tracking
that if that seems fine
Tested by creating a dh.ui component that included a table and then
changed the formatter settings. Tried global column formats too (the
formats for specifically named columns)
Looks like ui.table already loads these settings, so this will fix for
normal tables.1 parent c922f87 commit d1fba8f
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
36 | | - | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
0 commit comments