Optimized Usability: Column 'Details' now on very left side of table

User needs to open details link very often, but needed to scroll until end of table to open link.
Now the link is set as first column to provide direct access.
This commit is contained in:
Cris
2022-08-09 16:52:23 +02:00
parent e56237038d
commit c0ce8997ba
2 changed files with 2 additions and 2 deletions
@@ -76,7 +76,7 @@ function func_tableBuilt(table) {
},
target:"_blank"
}
}, false, "status" // place column after status
}, true // place column on the very left
);
// Set focus on filterbutton
@@ -65,7 +65,7 @@ function func_tableBuilt(table) {
},
target:"_blank"
}
}, false, "status" // place column after status
}, true // place column on the very left
);
}