mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 15:25:24 +02:00
Feature: Add ITEM TO LOGISTIC column to Pricing Units tab.
- Integrated new column after TYPE. - Enabled inline editing with auto-save. - Added field to the full row EditPanel. - Configured dynamic column detection in types.ts.
This commit is contained in:
+2
-1
@@ -147,7 +147,8 @@ export default function App() {
|
||||
resolvedCols.VERIFIED_DIMS,
|
||||
resolvedCols.VALIDATED_CHECK,
|
||||
resolvedCols.VALIDATED_NOTE,
|
||||
resolvedCols.PRODUCT_TYPE
|
||||
resolvedCols.PRODUCT_TYPE,
|
||||
resolvedCols.ITEM_TO_LOGISTIC
|
||||
]);
|
||||
|
||||
headers.forEach((h: any, i: number) => {
|
||||
|
||||
Reference in New Issue
Block a user