feat(dashboard): configurable product views (#13408)
* feat: add a reusable configurable data table * fix: cleanup * fix: cleanup * fix: cache invalidation * fix: test * fix: add configurable products * feat: add configurable product table * fix: build errors+table style * fix: sticky header column * add translations * fix: cleanup counterenderer * fix: formatting * fix: client still skips nulls * fix: test * fix: cleanup * fix: revert client bracket format * fix: better typing * fix: add placeholder data to product list
This commit is contained in:
@@ -224,7 +224,7 @@ medusaIntegrationTestRunner({
|
||||
id: "title",
|
||||
name: "Title",
|
||||
field: "title",
|
||||
default_visible: true,
|
||||
default_visible: false,
|
||||
})
|
||||
|
||||
const handleColumn = response.data.columns.find(
|
||||
@@ -235,7 +235,7 @@ medusaIntegrationTestRunner({
|
||||
id: "handle",
|
||||
name: "Handle",
|
||||
field: "handle",
|
||||
default_visible: true,
|
||||
default_visible: false,
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user