disable headerSort for actions column

This commit is contained in:
Harald Bamberger
2025-06-23 17:36:37 +02:00
parent fa0b534471
commit 9426ed9e59
@@ -94,6 +94,7 @@ export default {
{
//title: 'Aktionen', field: 'actions',
minWidth: 150, // Ensures Action-buttons will be always fully displayed
headerSort:false,
formatter: (cell, formatterParams, onRendered) => {
let container = document.createElement('div');
container.className = "d-flex gap-2";