Skip to content

Commit

Permalink
Update plugins/ui/docs/describing/ui_with_tables.md
Browse files Browse the repository at this point in the history
Co-authored-by: margaretkennedy <[email protected]>
  • Loading branch information
dgodinez-dh and margaretkennedy authored Jan 28, 2025
1 parent d4e1503 commit f4ab122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ui/docs/describing/ui_with_tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def ui_table_data(table):
table_data_example = ui_table_data(time_table("PT1s").update("x=i").tail(5))
```

The [`use_row_data`](../hooks/use_row_data.md) hook lets you use the first row of table data a dictionary. This example displays the latest row of data in a ticking time table.
The [`use_row_data`](../hooks/use_row_data.md) hook lets you use the first row of table data as a dictionary. This example displays the latest row of data in a ticking time table.

```python
from deephaven import time_table, ui
Expand Down

0 comments on commit f4ab122

Please sign in to comment.