File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2222 eg: html.A(href=os.getenv('DASH_LOGOUT_URL'))
2323 """
2424 )
25- }
25+ },
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
30+ We recommend using dash-ag-grid as a replacement. Install with `pip install dash[ag-grid]`.
31+ """
32+ )
33+ },
2634}
2735
2836
Original file line number Diff line number Diff line change 1+ dash-ag-grid
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ def read_req_file(req_type):
3737 "diskcache" : read_req_file ("diskcache" ),
3838 "compress" : read_req_file ("compress" ),
3939 "cloud" : read_req_file ("cloud" ),
40+ "ag-grid" : read_req_file ("ag-grid" )
4041 },
4142 entry_points = {
4243 "console_scripts" : [
You can’t perform that action at this time.
0 commit comments