Table: Frozen columns (#109276)

* Table: Frozen columns

* i18n extract

* clamp the frozen columns by the total number of cols visible

* future-proof a bit: frozenColumns.left, add to kitchenSink
This commit is contained in:
Paul Marbach
2025-08-08 14:55:53 +00:00
committed by GitHub
parent 4e94e463cf
commit 992d189c0f
9 changed files with 56 additions and 5 deletions
@@ -410,6 +410,9 @@
"id": 1,
"options": {
"cellHeight": "sm",
"frozenColumns": {
"left": 1
},
"footer": {
"countRows": false,
"enablePagination": false,
@@ -1670,5 +1673,5 @@
"timezone": "",
"title": "Panel Tests - Table - Kitchen Sink",
"uid": "dcb9f5e9-8066-4397-889e-864b99555dbb",
"version": 7
"version": 8
}