makes the rows that were recently selected unselectable and adds the correct styling in the approveAnrechnungUebersicht view

This commit is contained in:
SimonGschnell
2024-04-30 14:18:22 +02:00
parent ac0103751d
commit 86d3042cc6
2 changed files with 26 additions and 4 deletions
@@ -219,6 +219,9 @@ $filterWidgetArray = array(
selectableCheck: function(row){
return func_selectableCheck(row);
},
rowFormatter:function(row){
return func_rowFormatter(row);
},
columnDefaults:{
tooltip:func_tooltips,