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
After cleaning/inpecting the data based on user preferences,
I plan to return a list of tuples (, ) to the frontend to inform the user what needs attention, if a different format is prefered or is handled better propose it below.
perhaps dict {columnId: list(rowIndexs)} may work better
a separate rowsIndex can also be sent via the backend
After cleaning/inpecting the data based on user preferences,
I plan to return a list of tuples (, ) to the frontend to inform the user what needs attention, if a different format is prefered or is handled better propose it below.
perhaps dict {columnId: list(rowIndexs)} may work better
a separate rowsIndex can also be sent via the backend
Consider https://dash.plotly.com/dash-ag-grid for "scroll-to", though might be an enterprise feature.
The text was updated successfully, but these errors were encountered: