mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 01:14:30 +08:00
adjust columns width in samples table header after selecting sample group
This commit is contained in:
parent
db4af3fc15
commit
5f7e0b2227
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ function onClickEdit() {
|
|||
|
||||
// Adjust columns width in table header
|
||||
table.columns.adjust();
|
||||
$("select[name=sample_type_id]").on('change', function(){
|
||||
$("select[name=sample_type_id], select[name=sample_group_id]").on('change', function(){
|
||||
table.columns.adjust();
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue