You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
When using the code example from the docs (https://dash.plot.ly/datatable/editable) deleting columns works perfectly
(BTW: the column attribute in the example editable_name became renamable)
But when I set the datatable attribute page_action='custom' for backend paging. The delete buttons do not appear anymore in the column header, so I cannot delete a column.
using latest libraries, especially dash-table 1.0.2
The text was updated successfully, but these errors were encountered:
When using the code example from the docs (https://dash.plot.ly/datatable/editable) deleting columns works perfectly
(BTW: the column attribute in the example
editable_name
becamerenamable
)But when I set the datatable attribute
page_action='custom'
for backend paging. The delete buttons do not appear anymore in the column header, so I cannot delete a column.using latest libraries, especially dash-table 1.0.2
The text was updated successfully, but these errors were encountered: