mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
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:
@@ -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
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user