giranm/pd-live-react

[Bug] Reset of incident table column size on column update

giranm opened this issue · 1 comments

Summary

When updating the incident table columns, any resized columns are reverted to their default value.
The redux store should be re-architectured to pass the order of columns as well as their widths.

Code Review

incidentTableColumnsNames: defaultColumnNames,

export function* updateIncidentTableColumnsImpl(action) {

const memoizedColumns = useMemo(() => {

Addressed by PR #137 - closing issue.