Project

General

Profile

Feature #121

Updated by Lane Shaw about 5 years ago

Right clicking on the Header of the Column component brings up a special context menu to re-assign the Column's default cell type. 

 All product's values within the current column will be checked against the new cell type and if all convertible values are compatible the conversion succeeds and the old values are pushed as an action to the undo stack. The confirmation modal will pop first as well to confirm the conversion if it is do-able. 

 If a single value is incompatible it is jumped to in the table and the row is highlighted. The modal will also pop up with an error message saying the value must be converted or emptied first.

Back