adds pointer-events none to all rows with the class .tabulator-unselectable except for the links inside those rows, because it was not possible to programmatically retrigger the selectableCheck

This commit is contained in:
SimonGschnell
2024-05-02 11:14:12 +02:00
parent 10bfb6c9e8
commit 6ea802717b
4 changed files with 54 additions and 94 deletions
@@ -163,9 +163,13 @@ $filterWidgetArray = array(
tableWidgetFooter: {
selectButtons: true
},
selectableCheck: function(row){
return func_selectableCheck(row);
},
rowFormatter:function(row){
return func_rowFormatter(row);
},
columnDefaults:{
tooltip:func_tooltips,
headerFilterPlaceholder: " ",