migrates adminAnrechnungData and adminAnrechnung.js to use tabulator5

This commit is contained in:
SimonGschnell
2024-03-18 11:49:54 +01:00
parent 3cdc051861
commit 92cb4dedef
2 changed files with 11 additions and 7 deletions
@@ -24,13 +24,12 @@ $filterWidgetArray = array(
layout: "fitDataFill",
persistentLayout:true,
autoResize: false, // prevent auto resizing of table (false to allow adapting table size when cols are (de-)activated
headerFilterPlaceholder: " ",
index: "anrechnungszeitraum_id", // assign specific column as unique id (important for row indexing)
selectable: false, // allow row selection
tableWidgetHeader: true,
tableBuilt: function(){
func_tableBuilt(this);
},
columnDefaults:{
headerFilterPlaceholder: " ",
}
}',
'datasetRepFieldsDefs' => '{
anrechnungszeitraum_id: {visible: false, headerFilter:"input"},