Added tooltip for unselectable Anrechnungen

Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
Cris
2021-01-25 18:18:13 +01:00
committed by cris-technikum
parent 1b00ae78b4
commit aefd0842db
7 changed files with 46 additions and 2 deletions
@@ -34,7 +34,8 @@ $this->load->view(
'keineDatenVorhanden',
'spaltenEinstellen',
'ja',
'nein'
'nein',
'nichtSelektierbarAufgrundVon'
),
'person' => array(
'student',
@@ -93,6 +93,9 @@ $filterWidgetArray = array(
rowUpdated:function(row){
func_rowUpdated(row);
},
tooltips: function(cell){
return func_tooltips(cell);
}
}', // tabulator properties
'datasetRepFieldsDefs' => '{
anrechnung_id: {visible: false},
@@ -34,7 +34,8 @@ $this->load->view(
'keineDatenVorhanden',
'spaltenEinstellen',
'ja',
'nein'
'nein',
'nichtSelektierbarAufgrundVon'
),
'person' => array(
'student',
@@ -96,6 +96,9 @@ $filterWidgetArray = array(
},
rowUpdated:function(row){
func_rowUpdated(row);
},
tooltips: function(cell){
return func_tooltips(cell);
}
}', // tabulator properties
'datasetRepFieldsDefs' => '{