mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 01:14:30 +08:00
Merge pull request #408 from mlorb/ml-sci-847-v2
Adjust columns width in samples table header after selecting sample group [SCI-847]
This commit is contained in:
commit
88cc87d168
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ function onClickEdit() {
|
|||
|
||||
// Adjust columns width in table header
|
||||
table.columns.adjust();
|
||||
$("select[name=sample_type_id]").on('change', function(){
|
||||
$('.dropdown-menu').parent().on('shown.bs.dropdown hidden.bs.dropdown', function () {
|
||||
table.columns.adjust();
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue