Skip to content

Commit ae69713

Browse files
authored
fix table doc link (#1741)
1 parent 42a0e64 commit ae69713

File tree

1 file changed

+1
-1
lines changed
  • docs/library/tables-and-data-grids

1 file changed

+1
-1
lines changed

docs/library/tables-and-data-grids/table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ def loading_data_table_example3():
961961
```
962962
## More advanced examples
963963

964-
The real power of the `rx.table` comes where you are able to visualise, add and edit data live in your app. Check out these apps and code to see how this is done: app: https://customer-data-app.reflex.run code: https://github.com/reflex-dev/reflex-examples/tree/main/customer_data_app and code: https://github.com/reflex-dev/data-viewer.
964+
The real power of the `rx.table` comes where you are able to visualise, add and edit data live in your app. Check out these apps and code to see how this is done: app: https://customer-data-app.reflex.run code: https://github.com/reflex-dev/templates/tree/main/customer_data_app and code: https://github.com/reflex-dev/templates/tree/main/sales.
965965

966966
# Download
967967

0 commit comments

Comments
 (0)