Tiny fixes

This commit is contained in:
Pinga 2023-12-11 09:12:36 +02:00
parent 6176b18d55
commit 2795e814c2
2 changed files with 33 additions and 6 deletions

View file

@ -76,10 +76,10 @@
resizableColumns:false,
columns:[
{formatter:"responsiveCollapse", width:30, minWidth:30, hozAlign:"center", resizable:false, headerSort:false, responsive:0},
{title:"Subject", field:"subject", width:350, headerSort:true, formatter: ticketLinkFormatter, responsive:0},
{title:"Category", field:"category_id.name", width:250, headerSort:true, responsive:0},
{title:"Status", field:"status", headerSort:true, width:200, formatter: statusFormatter, responsive:2},
{title:"Priority", field:"priority", headerSort:true, width:200, formatter: priorityFormatter, responsive:2},
{title:"Subject", field:"subject", width:350, minWidth:100, headerSort:true, formatter: ticketLinkFormatter, responsive:0},
{title:"Category", field:"category_id.name", width:250, minWidth:80, headerSort:true, responsive:0},
{title:"Status", field:"status", headerSort:true, width:250, minWidth:100, formatter: statusFormatter, responsive:2},
{title:"Priority", field:"priority", headerSort:true, width:250, minWidth:100, formatter: priorityFormatter, responsive:2},
{title: "Actions", formatter: actionsFormatter, headerSort: false, download:false, hozAlign: "center", responsive:0, cellClick:function(e, cell){ e.stopPropagation(); }},
],
placeholder:function(){