mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-22 10:36:03 +02:00
One more fix
This commit is contained in:
parent
454d25347f
commit
14b9b095d8
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
{title:"Subject", field:"subject", headerSort:true, responsive:0},
|
||||
{title:"Status", field:"status", headerSort:true, responsive:2},
|
||||
{title:"Priority", field:"priority", headerSort:true, responsive:2},
|
||||
{title:"Category", field:"category_id.name", headerSort:false, download:false, responsive:2},
|
||||
{title:"Category", field:"category_id.name", headerSort:true, responsive:2},
|
||||
{title: "Actions", formatter: actionsFormatter, headerSort: false, download:false, hozAlign: "center", responsive:0, cellClick:function(e, cell){ e.stopPropagation(); }},
|
||||
],
|
||||
placeholder:function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue