We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e031995 commit 0b4c347Copy full SHA for 0b4c347
dash/development/base_component.py
@@ -26,7 +26,7 @@
26
"dash_table": {
27
"DataTable": textwrap.dedent(
28
"""
29
- The dash_table.DataTable will be removed from the builtin dash components in Dash 4.0
+ The dash_table.DataTable will be removed from the builtin dash components in a future major version.
30
We recommend using dash-ag-grid as a replacement. Install with `pip install dash[ag-grid]`.
31
32
)
0 commit comments