set maxwidth for frozen actions column

This commit is contained in:
Harald Bamberger
2025-03-03 17:17:25 +01:00
parent f471321b98
commit 091aa1917b
2 changed files with 2 additions and 0 deletions
@@ -60,6 +60,7 @@ export default {
{
title: 'Aktionen', field: 'actions',
minWidth: 50,
maxWidth: 100,
formatter: (cell, formatterParams, onRendered) => {
let container = document.createElement('div');
@@ -58,6 +58,7 @@ export default {
{
title: 'Aktionen', field: 'actions',
minWidth: 50,
maxWidth: 100,
formatter: (cell, formatterParams, onRendered) => {
let container = document.createElement('div');