Setup
- Rancher version:
2.12.7
- Rancher UI Extensions:
Kubewarden 4.1.0
- Browser type & version: n/a
Describe the bug
Root cause for rancher/kubewarden-ui#1444 is that SortableTable uses $extension:
const pluginFormatter = this.$extension?.getDynamic('formatters', c.formatter);
but there's no this.$extension in 2.12.7
To Reproduce
Follow repro steps in rancher/kubewarden-ui#1444
Result
Some table cols are not displayed (ones using a formatter)
Expected Result
All table cols should display fine
Screenshots
Additional context
Setup
2.12.7Kubewarden 4.1.0Describe the bug
Root cause for rancher/kubewarden-ui#1444 is that
SortableTableuses$extension:but there's no
this.$extensionin2.12.7To Reproduce
Follow repro steps in rancher/kubewarden-ui#1444
Result
Some table cols are not displayed (ones using a formatter)
Expected Result
All table cols should display fine
Screenshots
Additional context