Visibly greyed rows that are unselectable (at start and on update)

Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
Cris
2021-01-21 11:19:11 +01:00
committed by cris-technikum
parent 99db4ec3ce
commit 8a03ccab5d
2 changed files with 23 additions and 2 deletions
@@ -84,6 +84,9 @@ $filterWidgetArray = array(
},
selectableCheck: function(row){
return func_selectableCheck(row);
},
rowFormatter:function(row){
func_rowFormatter(row);
},
rowUpdated:function(row){
func_rowUpdated(row);